mcp-ts-core
Agent-native TypeScript framework for building MCP servers with declarative definitions.
The @cyanheads/mcp-ts-core is designed to help developers create MCP servers using TypeScript. It provides a robust infrastructure layer that handles various aspects such as transports, authentication, storage, configuration, logging, telemetry, and lifecycle management, allowing developers to focus on building tools, resources, and prompts. With built-in support for Node.js and Cloudflare Workers, it simplifies the development process by offering declarative definitions and multi-backend storage options.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-ts-core": {
"args": [
"-y",
"@cyanheads/mcp-ts-core"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions