Skip to main content
Magnitude provides an official MCP server that enables AI assistants to set up projects, build test cases, and run tests with Magnitude.
  • Cline
  • Cursor
  • Windsurf

Marketplace Install

To install with Cline, you can find us on the official Cline Marketplace.Go to MCP Servers -> Marketplace, search for Magnitude, click Install and follow the instructions!

Manual Install

Alternatively, to manually install the MCP server for Cline, follow these steps:
  1. Install MCP server via npm:
npm i -g magnitude-mcp
  1. Go to MCP Servers -> Installed -> Configure MCP Servers and add our MCP server to the JSON:
{
    "mcpServers": {
        "magnitude": {
            "command": "npx",
            "args": ["magnitude-mcp"]
        }
    }
}
Now start a new chat with Cline and ask to set up a new project with Magnitude, build new Magnitude tests, or run tests!