Prerequisites
Download uvx
Reference: https://docs.astral.sh/uv/getting-started/installation/
- macOS & Linux
- Windows
If you are using macOS and have Homebrew installed, you can use:
brew install uv
Alternatively, you can use curl:
curl -LsSf https://astral.sh/uv/install.sh | sh
If curl is not installed, you can use wget:
wget -qO- https://astral.sh/uv/install.sh | sh
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Configure SPEC-mcp
Project URL: https://github.com/TokenRollAI/SPEC-mcp
In the mcp configuration of your AI IDE, add the following:
{
"mcpServers": {
"spec-mcp": {
"command": "uvx",
"args": [
"mcp-spec@latest"
]
}
}
}