v-checha/mcpkit
MCPKit is a TypeScript library that lets you build MCP servers using decorators. Instead of manually wiring up handlers and schemas, you just decorate your methods and let the library handle the rest.
Platform-specific configuration:
{
"mcpServers": {
"mcpkit": {
"command": "npx",
"args": [
"-y",
"mcpkit"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...