Connect Spec This MCP server to Cursor using HTTP transport
Click the button below to automatically install the Spec This MCP server in Cursor:
Install in CursorThis will open Cursor and prompt you to add the Spec This MCP server.
If you prefer to configure manually, add the following to your MCP configuration file:
Project-specific: .cursor/mcp.json in your project root
Global: ~/.cursor/mcp.json
{
"mcpServers": {
"spec-this": {
"url": "http://localhost:3000/api/mcp"
}
}
}Alternatively: You can add the server through Cursor's UI by going to Cursor Settings → Tools & Integrations → New MCP Server.
After configuring the MCP server:
Cmd+Shift+U (Mac) or Ctrl+Shift+U (Windows/Linux), then select "MCP Logs" from the dropdown to see connection status"Can you list my Spec This plans?"
For more details on Cursor MCP configuration, see the Cursor MCP Documentation.