Prompt Book Server
Overview
The Prompt Book Server is an MCP server that connects to Notion databases containing AI prompts, allowing users to manage, search, and retrieve prompts efficiently across multiple collections.
To use the Prompt Book Server, configure it in your MCP client by adding the server details to your MCP configuration file and then utilize various commands to manage and access your prompts.
- Manage multiple collections of prompts (prompt books) from different Notion databases. - Search, filter, and browse prompts by title, type, or tags. - Quickly access the full content of any prompt. - Add, update, and copy prompts between books. - Create new prompt databases directly in Notion.
- Organizing AI prompts for different projects.
- Searching for specific prompts based on tags or types.
- Managing prompt collections for collaborative AI development.
Add to your AI client
Use these steps to connect Prompt Book Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"prompt-book-mcp-server-cardinalblue": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-prompt-book-mcp-server-cardinalblue"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"prompt-book-mcp-server-cardinalblue": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-prompt-book-mcp-server-cardinalblue"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"prompt-book-mcp-server-cardinalblue": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-prompt-book-mcp-server-cardinalblue"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"prompt-book-mcp-server-cardinalblue": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-prompt-book-mcp-server-cardinalblue"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"prompt-book-mcp-server-cardinalblue": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-prompt-book-mcp-server-cardinalblue"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"prompt-book-mcp-server-cardinalblue": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-prompt-book-mcp-server-cardinalblue"
]
}
}
}FAQ
Can I connect to existing Notion databases?
Yes! You can connect to existing Notion databases containing prompts.
Is there a way to create new prompt databases?
Yes! You can create new prompt databases with the correct schema directly in Notion.
What are the prerequisites for running the server?
You need Node.js 16+, TypeScript, and a Notion API token.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2394,"uuid":"854a9aca-aa4c-4d6f-aace-c35a662eda01","name":"prompt-book-mcp-server","title":"Prompt Book Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/12228?v=4","created_at":"2025-03-13T07:09:47.433Z","updated_at":"2025-03-13T07:13:53.425Z","status":"created","author_name":"cardinalblue","author_avatar_url":"https://avatars.githubusercontent.com/u/12228?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/cardinalblue/prompt-book-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-13 11:11:54\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]