Interface
Freeby MCP Community
Standard protocol, types design, api design for `@mcp-agent/core`.
v0.2.10Added Apr 12, 2026
Interface MCP Server
Standard protocol, types design, api design for @mcp-agent/core.
Installation
npx -y @mcp-agent/interface
Reviews
Installation
Quick install
npx -y @mcp-agent/interface
Add to claude_desktop_config.json
{
"mcpServers": {
"interface": {
"command": "npx",
"args": ["-y", "@mcp-agent/interface"]
}
}
}