@tylercoles/mcp-server
Freeby MCP Community
Core framework for building Model Context Protocol (MCP) servers with plugin architecture
v0.2.2Added Apr 12, 2026
mcpmodel-context-protocolaiframework
@tylercoles/mcp-server MCP Server
Core framework for building Model Context Protocol (MCP) servers with plugin architecture
Installation
Reviews
Installation
Quick install
npx -y @tylercoles/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@tylercoles/mcp-server": {
"command": "npx",
"args": ["-y", "@tylercoles/mcp-server"]
}
}
}