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.
「メモリとナレッジ」の他のコンテンツ
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients

Memory
modelcontextprotocolModel Context Protocol Servers
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
コメント