Anthropic MCP integration of Agenda

Hi all,

if anyone is following what is going on with Anthropic, they recently launched a protocol to let their Claude conversational AI use tools. Tools can be anything interfaced with the modelcontextprotocol.io they invented. I made a small MCP server to interface with Agenda so Claude can create notes and projects using x-callback-urls. I would love to get the notes text out, but unfortunately that does not work.

Feel free to play around with it.

2 Likes

Wow, nice! Thanks for sharing!

Thanks for the contribution!
I’m trying it out after installing Claude desktop. I’ve follow the steps in the readme (cloned repo, installed uv, installed project in development mode) and added the config block to Claude’s json config file pointing to my mcp-server-agenda folder.
This is the first time I try an MCP, is there any other step needed? How do I use it? Should it respond to natural language prompts like in your screenshot?
TY!