MCp server with tools for mock data fetch from gmail, calendar, slack , jira and github integrations
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-sdk-bakeoff-mc": {
"command": "npx",
"args": [
"-y",
"richateresamohankeyvalue/agent-sdk-bakeoff-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add agent-sdk-bakeoff-mc npx -y richateresamohankeyvalue/agent-sdk-bakeoff-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-sdk-bakeoff-mc": {
"command": "npx",
"args": [
"-y",
"richateresamohankeyvalue/agent-sdk-bakeoff-mcp-server"
]
}
}
}