SpecThis logo

Setup for Claude Code

Connect Spec This MCP server to Claude Code CLI using HTTP transport

Prerequisites

  • Claude Code CLI installed (installation guide)
  • A Spec This account (you must be logged in via browser for OAuth)

Step 1: Add Spec This MCP Server

Run the following command to add the Spec This MCP server to Claude Code:

claude mcp add --transport http spec-this http://localhost:3000/api/mcp --scope user

Note: Use --scope local for project-only access, or --scope user for all projects.

Step 2: Verify Connection

Check that the Spec This MCP server was added successfully:

claude mcp list

You should see spec-this in the list.

After adding, restart Claude Code and verify with the /mcp command.

Management Commands

claude mcp list

View all configured MCP servers

claude mcp get spec-this

View detailed configuration for Spec This server

claude mcp remove spec-this

Remove the Spec This MCP server

/mcp

Check MCP status within Claude Code

Official Documentation

For more details on Claude Code MCP configuration, see the Claude Code MCP Documentation.