Installation
Stobo MCP is distributed as a Python package and runs viauvx for zero-config installation. No OAuth, no complex setup — just add the config and go.
Prerequisites
Before installing Stobo MCP, ensure you have:MCP-compatible AI client
You need an AI editor that supports the Model Context Protocol:
- Claude Desktop
- Claude Code (CLI)
- Cursor
- VS Code (with Copilot)
- Windsurf
- Any other MCP-compatible client
Stobo API key (optional)
Only needed for premium tools like
generate_llms_txt, extract_tone, and rewrite_article.Free tools (audit_site, audit_article, fix generators) work without an API key.Get your key at trystobo.com:- Sign up or log in
- Go to Settings > API Keys
- Create a new key and copy it
Install the package
Stobo MCP is installed automatically when you configure your AI editor. No manualpip install needed — uvx handles everything.
The package is pulled from PyPI as
stobo-mcp. Version 0.4.3 is the latest stable release.Configure your AI editor
Add Stobo MCP to your editor’s MCP server configuration. Choose your editor below:Claude Desktop
Add to
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):Claude Code (CLI)
Add the server via the CLI:If using premium tools, export your API key in your shell:Add to
~/.bashrc, ~/.zshrc, or your shell config to persist across sessions.Environment variables
Stobo MCP uses two environment variables:| Variable | Required | Default | Description |
|---|---|---|---|
STOBO_API_KEY | No | (empty) | Your API key from trystobo.com. Free tools work without it. |
STOBO_BASE_URL | No | https://api.trystobo.com | API endpoint. Only change this if told to by Stobo support. |
Verify installation
Test that Stobo MCP is working correctly:Manual test
Run the server manually to verify it starts without errors:You should see the MCP server start. Press
Ctrl+C to stop.Test in your AI editor
Open your AI editor and ask:The AI should use the
check_connection tool and confirm the API is reachable.Troubleshooting
Tool not showing up in your editor
Test manually
Run
uvx --native-tls stobo-mcp — it should start without errors. If it fails, check your uv installation.”No API key configured”
Free tools work without a key. If you’re calling a premium tool:Get an API key
Sign up at trystobo.com and go to Settings > API Keys.
”Your API key is invalid or expired”
Log in at trystobo.com, generate a new key, and update your config file.”You’ve run out of credits”
Top up at trystobo.com. Free tools still work without credits.”Rate limit reached”
Wait a moment and try again. Rate limits reset quickly. Normal conversational use stays well within limits.Connection issues
Ask your AI assistant to runcheck_connection. Common fixes:
- Check your internet connection
- Make sure
STOBO_BASE_URLis not set (it defaults to the correct value) - Try again in a few minutes if the API is temporarily down
Next steps
Quick start
Run your first audit and generate fixes in minutes