The Keep MCP server allows AI agents to manage Google Keep notes. It provides tools to create, read, update, and delete notes. It connects to the Google Keep API. Developers use it to build AI agents that handle note-taking tasks, such as organizing reminders or managing to-do lists.
The Keep MCP server allows AI agents to manage Google Keep notes. It provides tools to create, read, update, and delete notes. It connects to the Google Keep API. Developers use it to build AI agents that handle note-taking tasks, such as organizing reminders or managing to-do lists.
pip install keep-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"feuerdev-keep-mcp-github": {
"command": "uvx",
"args": [
"pip install keep-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from keep mcp?"
API Key Required
This server requires an API key from keep mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| KEEP_MCP_API_KEY | Yes | Your keep mcp API key |
"What resources are available in keep mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in keep mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in keep mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.