What is MCP?
Model Context Protocol (MCP) is an open standard that lets AI tools access external data sources in real-time. With MCP, your AI assistant can search and fetch the latest better-styled documentation directly, without you needing to copy/paste.MCP Server URL
Claude Code
Add better-styled docs to Claude Code with a single command:Claude Web
Connect within Claude’s web application:Open Connectors
Navigate to Connectors in Claude settings.
Claude Desktop
Add to yourclaude_desktop_config.json:
- macOS
- Windows
File location:
~/Library/Application Support/Claude/claude_desktop_config.jsonCursor
Add to yourmcp.json file (access via Cmd+Shift+P → “Open MCP settings”):
VS Code
Create.vscode/mcp.json in your project:
Verifying the Connection
After setup, ask your AI assistant:How It Works
The MCP server allows AI tools to:- Search the documentation for relevant information
- Fetch specific pages when needed
- Stay current with real-time access to the latest docs
MCP servers don’t consume context until actively searched. You can connect multiple MCP servers without impacting performance.
Troubleshooting
Connection failed in Claude Code
Connection failed in Claude Code
- Verify the URL is correct:
https://better-styled.com/mcp - Check your internet connection
- Try removing and re-adding:
MCP not showing in Claude Web
MCP not showing in Claude Web
- Make sure you added it in Connectors settings
- Refresh the page
- Check that the URL includes
/mcpat the end
Outdated information
Outdated information
MCP fetches documentation in real-time, so it should always be current. If you see outdated info, try restarting your AI tool.
Back to Overview
See all AI integration options