Notion MCP Server
About This Server
MCP Server for the Notion API, enabling Claude to interact with Notion workspaces.
Server Information
This webpage is the GitHub repository page for "mcp-notion-server," a project by user "suekou." The project aims to create an MCP (Meta-Cognitive Programming) server for the Notion API, enabling applications like Claude to interact with Notion workspaces. The repository is public and has accumulated community interest, indicated by stars and forks.
ā Key Points:
* Project Name: mcp-notion-server
* Owner: suekou
* Description: MCP Server for Notion API, enabling Claude to interact with Notion.
* License: MIT License
* Public Repository: Accessible to everyone.
* Community: 183 stars, 33 forks, 2 contributors.
* Primary Language: JavaScript (100%)
* Setup information and a link to external documentation for both English and Japanese speakers are available.
* Details are provided on how to create a Notion Integration, retrieve the secret key, add the integration to your workspace, and configure Claude Desktop.
* Troubleshooting information is provided, specifically regarding permission errors.
š Main Findings:
* The repository is a server-side component designed to interface between applications (specifically Claude) and the Notion API.
* The project is relatively popular, with a significant number of stars and forks, suggesting community interest.
* Documentation is provided for setting up the server, including external links and direct instructions.
* The project utilizes the MIT license, allowing for broad usage and modification.
š Details:
* Codebase Structure: Contains a "notion" directory, a LICENSE file, and a README.md file.
* Activity: 32 Commits.
* Contributors: suekou, tyankatsu0105
* 3 Releases available, with v1.0.2 as the latest.
* Tools include specific function names to utilize with the application.
šÆ Conclusion:
The "mcp-notion-server" repository provides a tool for connecting applications like Claude to Notion. Its popularity suggests value to the community, and the included documentation facilitates setup and usage. The MIT license promotes flexibility in its application.
Server Features
notion_append_block_children
Append child blocks to a parent block.
notion_retrieve_block
Retrieve information about a specific block.
notion_retrieve_block_children
Retrieve the children of a specific block.
notion_delete_block
Delete a specific block.
notion_retrieve_page
Retrieve information about a specific page.
notion_update_page_properties
Update properties of a page.
notion_create_database
Create a new database.
notion_query_database
Query a database.
notion_retrieve_database
Retrieve information about a specific database.
notion_update_database
Update information about a database.
notion_create_database_item
Create a new item in a Notion database.
notion_search
Search pages or databases by title.
notion_list_all_users
List all users in the Notion workspace.
notion_retrieve_user
Retrieve a specific user by user_id in Notion.
notion_retrieve_bot_user
Retrieve the bot user associated with the current token in Notion.
notion_create_comment
Create a comment in Notion.
notion_retrieve_comments
Retrieve a list of unresolved comments from a Notion page or block.
Provider Information
Suekou
cloud Provider