Connect your coding agent to Hamster in under a minute.
The Hamster MCP server uses Streamable HTTP — no API keys required. Add a few lines to your agent's configuration, authenticate once through your browser, and your agent has full access to your project.
Add the server — Open your agent's MCP configuration file (usually .mcp.json in your project root, or the tool's global settings) and add:
{
"mcpServers": {
"hamster": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://tryhamster.com/mcp"]
}
}
}
Authenticate — The first time your agent calls a Hamster tool, it opens your browser and asks you to sign in. After you approve, the agent receives a session token and subsequent requests are automatic.
Start using tools — Your agent can now call any of the 20 Hamster tools. For example, asking "what are my current tasks?" triggers list_tasks and returns your task list as structured data.
Claude Code, Cursor, Windsurf, and any other MCP-compatible tool can connect. The mcp-remote package bridges Streamable HTTP for tools that don't support it natively — the only requirement is Node.js (for npx).
switch_account.