mcp ts core for Cursor
io.github.cyanheads/mcp-ts-core
Agent-native TypeScript framework for MCP servers.
client:Cursor
transport:stdio
runtime:npm
Install mcp ts core in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-ts-core": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cyanheads/mcp-ts-core"
],
"env": {
"MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs