Provides tools for interacting with Spec Kit templates and workflows to manage project specifications, planning, and implementation using GitHub's spec-kit framework.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Spec Kit MCP Serverhelp me create a constitution for our new API project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Spec Kit MCP Server
This is a Model Context Protocol (MCP) server for Spec Kit. It allows AI assistants to interact with Spec Kit templates and workflows directly to help manage project specifications, planning, and implementation.
Prerequisites
Before using this MCP server, you must have specify-cli installed on your system.
Persistent Installation (Recommended)
Install once and use everywhere:
Then use the tool directly:
To upgrade Specify, see the Upgrade Guide for detailed instructions. Quick upgrade:
Installation & Usage
Using with MCP Clients (e.g., Claude Desktop, Cursor)
You can run this server directly using npx. Add the following configuration to your MCP client settings:
Features
This server provides prompts and tools to guide the AI through the Spec Kit workflow:
Constitution (
speckit.constitution): Establish or review project principles (code quality, testing, etc.).Specify (
speckit.specify): Combine templates with user requirements to describe what to build.Plan (
speckit.plan): Analyze the project and create a technical plan.Tasks (
speckit.tasks): Break down the plan into actionable tasks.Implement (
speckit.implement): Provide implementation guidelines.
The server automatically detects and uses the commands/ directory in your project root to access these templates.
Publishing
To release a new version of this package, follow these steps:
Update the package version (e.g., patch, minor, major):
npm version patchBuild the project:
npm run buildPublish the package to npm:
npm publish --access publicVerify the package is published:
npm view @anyicode/spec-kit-mcp