Core
Freeby MCP Community
Developer-friendly toolkit for building MCP servers with decorators
v2.4.1Added Apr 12, 2026
mcpmodel-context-protocolclaudeaillm
Core MCP Server
Developer-friendly toolkit for building MCP servers with decorators
Installation
Reviews
Installation
Quick install
npx -y @mcpkit-dev/core
Add to claude_desktop_config.json
{
"mcpServers": {
"core": {
"command": "npx",
"args": ["-y", "@mcpkit-dev/core"]
}
}
}