MCP Server¶
aifred-tk includes an MCP server that exposes all enabled plugin tools to agent frameworks.
Stdio transport¶
Start the MCP server using stdio (the standard transport for most MCP clients):
This is the default entry point and is suitable for use with Claude Desktop, the MCP CLI, and other stdio-based clients.
HTTP transport¶
The HTTP transport is available programmatically:
Tool registration¶
All tools registered in the plugin registry are automatically available as MCP tools.
The tool name, description, and parameter schema are derived from the plugin's
Tool implementation — no additional registration step is needed.
Custom config¶
Pass a settings file at startup: