MCP Servers
Connect kendr to any MCP server — kendr acts as the client, just like Cursor. Tools are auto-discovered.
⚡ Featured Integration
⚡
Zapier MCP
Get your MCP URL ↗
CLI:
kendr mcp zapier <your-url>
Connect a New MCP Server
HTTP or SSE endpoint — e.g. http://localhost:8000/mcp
Sent as
Authorization: Bearer ... — leave blank if not requiredRegistered Servers
Loading...
How to Build Your Own MCP Server
Any Python function decorated with @mcp.tool becomes a discoverable tool.
Run the server, then add it above. Uses FastMCP.
Loading...
The full example is at mcp_servers/example_fastmcp_server.py — run with python mcp_servers/example_fastmcp_server.py