systemprompt-mcp-notion
@Ejb503
关于 systemprompt-mcp-notion
This an Model Context Protocol (MCP) server that integrates Notion into your AI workflows. This server enables seamless access to Notion through MCP, allowing AI agents to interact with pages, databases, and comments.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"systemprompt-mcp-notion": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"systemprompt-mcp-notion",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is systemprompt-mcp-notion?
systemprompt-mcp-notion is a Model Context Protocol (MCP) server that integrates Notion into AI workflows, enabling AI agents to interact with Notion pages and databases through a standardized protocol. It requires MCP Sampling and is designed for developers building AI-powered Notion integrations.
How to use systemprompt-mcp-notion?
Install via npm (npm install systemprompt-mcp-notion) or automatically through Smithery. Configure a .env file with your SYSTEMPROMPT_API_KEY and NOTION_API_KEY, then add the server to your MCP client configuration as a JSON entry specifying command and environment variables.
Key features of systemprompt-mcp-notion
- Create and update pages with rich text formatting
- Search across your Notion workspace
- Extensive test coverage with Jest
- TypeScript support and comprehensive error handling
- Detailed logging and debugging tools
- Supports MCP Sampling for page creation and updates
Use cases of systemprompt-mcp-notion
- Enable an AI assistant to read and update Notion databases autonomously
- Automate content creation and page formatting in Notion based on AI decisions
- Integrate Notion search into chat-based AI workflows
- Build custom AI tools that manage Notion workspaces programmatically
FAQ from systemprompt-mcp-notion
What API keys are required to use systemprompt-mcp-notion?
You need a Systemprompt API key (free, sign up at systemprompt.io/console) and a Notion integration token (create at notion.so/my-integrations with Read/Update/Insert and Search capabilities).
Does systemprompt-mcp-notion support MCP Sampling?
Yes, it requires and supports MCP Sampling, which is necessary for the server to create and update Notion pages.
How do I install systemprompt-mcp-notion?
You can install it via npm (npm install systemprompt-mcp-notion) or automatically via Smithery using npx -y @smithery/cli install systemprompt-mcp-notion --client claude.
What MCP capabilities does the server expose?
The server lists resources (listChanged), tools, prompts (listChanged), and sampling capabilities in its capability declaration.
Is a specific MCP client required?
A compatible MCP client is available at the provided GitHub repository, but any MCP-compatible client can be used.
记忆与知识 分类下的更多 MCP 服务器
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Notion MCP Server
makenotionOfficial Notion MCP Server
评论