TypeScript-first framework for the Model Context Protocol (MCP). You write clean, typed code; FrontMCP handles the protocol, transport, DI, session/auth, and execution flow.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"frontmcp": {
"command": "npx",
"args": [
"-y",
"agentfront/frontmcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add frontmcp npx -y agentfront/frontmcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"frontmcp": {
"command": "npx",
"args": [
"-y",
"agentfront/frontmcp"
]
}
}
}
📋 Copy
Topics
ai framework javascript mcp mcp-server typescript