Production-grade Model Context Protocol server template (TypeScript, stdio + Streamable HTTP, tools/resources/prompts, Inspector-tested) with the agentic-kit built in.
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": {
"agentic-mcp-server": {
"command": "npx",
"args": [
"-y",
"kalpesh122/agentic-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add agentic-mcp-server npx -y kalpesh122/agentic-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentic-mcp-server": {
"command": "npx",
"args": [
"-y",
"kalpesh122/agentic-mcp-server"
]
}
}
}
📋 Copy