From a0371a3839319ea71745348a28b995026eeeb463 Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Sun, 22 Dec 2024 22:56:02 +0700 Subject: [PATCH 1/2] Add Smithery CLI installation instructions and badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a0877b0..223d2bd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Notion MCP Server +[![smithery badge](https://smithery.ai/badge/@suekou/mcp-notion-server)](https://smithery.ai/servers/@suekou/mcp-notion-server) + MCP Server for the Notion API, enabling Claude to interact with Notion workspaces. ## Setup @@ -221,3 +223,4 @@ If you encounter permission errors: ## License This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository. +File to patch: \ No newline at end of file From c67fe8a4292ec7424c6b8a3f03fb0b0cfc4f20e9 Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:04:09 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 223d2bd..2a5f9e5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,17 @@ # Notion MCP Server - -[![smithery badge](https://smithery.ai/badge/@suekou/mcp-notion-server)](https://smithery.ai/servers/@suekou/mcp-notion-server) +[![smithery badge](https://smithery.ai/badge/@suekou/mcp-notion-server)](https://smithery.ai/server/@suekou/mcp-notion-server) MCP Server for the Notion API, enabling Claude to interact with Notion workspaces. + +### Installing via Smithery + +To install [NAME] for Claude Desktop automatically via [Smithery](https://smithery.ai/server/[SERVER_ID]): + +```bash +npx -y @smithery/cli install @suekou/mcp-notion-server --client claude +``` + ## Setup Here is a detailed explanation of the steps mentioned above in the following articles: @@ -223,4 +231,3 @@ If you encounter permission errors: ## License This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository. -File to patch: \ No newline at end of file