π Transform any website into a clean MCP server for AI, serving clear context in markdown while reducing noise and enhancing documentation accuracy.
Quick Install
Copy the config for your editor. Some servers may need additional setup β check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"tomcp": {
"command": "npx",
"args": [
"-y",
"muchandional/tomcp"
]
}
}
}
π Copy
Run in terminal:
claude mcp add tomcp npx -y muchandional/tomcp
π Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"tomcp": {
"command": "npx",
"args": [
"-y",
"muchandional/tomcp"
]
}
}
}
π Copy