Core
Freeby MCP Community
Generic MCP server framework with tool registration, validation, and error handling
v1.0.4Added Apr 12, 2026
mcpmodel-context-protocoljson-rpcserverframework
Core MCP Server
Generic MCP server framework with tool registration, validation, and error handling
Installation
Reviews
Installation
Quick install
npx -y @bernierllc/mcp-server-core
Add to claude_desktop_config.json
{
"mcpServers": {
"core": {
"command": "npx",
"args": ["-y", "@bernierllc/mcp-server-core"]
}
}
}