{"type":"mcp_server","name":"notion-mcp","description":"This repository provides a Model Context Protocol (MCP) server for Notion integration, offering a standardized interface to interact with Notion's API. It supports querying databases, creating pages, searching workspaces, and","category":"Productivity","language":"Python","stars":112,"forks":8,"owner":"ccabanillas","github_url":"https://github.com/ccabanillas/notion-mcp","homepage":null,"setup":"## Setup\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/ccabanillas/notion-mcp.git\ncd notion-mcp\n```\n\n2. Create a virtual environment and install dependencies:\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\npip install -e .\n```\n\n3. Create a `.env` file in the project root:\n```bash\nNOTION_API_KEY=your_notion_integration_token\n```\n\n4. To actually use it with Claude Desktop as intended you need to adjust your claude_desktop_config.json file\n\n```\n\"notion-mcp\": {\n            \"command\": \"/Users/username/Projects/notion-mcp/venv/bin/python3\", <--Path your virtual environment\n            \"args\": [\"-m\", \"notion_mcp\"],\n            \"cwd\": \"/Users/username/Projects/notion-mcp\" <-- Path to your project\n    },\n```","tools":"## Available Tools\n\n1. List and query Notion databases (Provides functionality to list and query Notion databases.)\n2. Create and update pages (Enables the creation and updating of pages within Notion.)\n3. Search across Notion workspace (Allows searching across the entire Notion workspace.)\n4. Full async/await support (Offers asynchronous programming support.)\n5. Type-safe with Pydantic models (Ensures type safety using Pydantic models.)\n6. Proper error handling (Implements robust error handling mechanisms.)","faq":null,"created_at":"2024-12-04T19:48:51+00:00","updated_at":"2025-03-27T08:17:30+00:00","source_url":"https://model-context-protocol.com/servers/notion-mcp-server-model-context-protocol","related_articles":[]}