website-tools-mcp
v0.0.1
Published
### Claude Code
Readme
Installation
Claude Code
claude mcp add website-tools-mcp -s user -- npx -y website-tools-mcpVS Code
code --add-mcp '{"name":"website-tools-mcp","command":"npx","args":["-y","website-tools-mcp"]}'Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=website-tools-mcp&config=eyJ3ZWJzaXRlLXRvb2xzLW1jcCI6eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIndlYnNpdGUtdG9vbHMtbWNwIl19fQ==JetBrains IDEs
Settings → Tools → AI Assistant → Model Context Protocol (MCP) → Add
Choose “As JSON” and paste:
{ "command": "npx", "args": ["-y", "website-tools-mcp"] }Or, in the chat window, type /add and fill in the same JSON—both paths land the server in a single step. 
Raw JSON (works in any MCP client)
{
"mcpServers": {
"website-tools-mcp": {
"command": "npx",
"args": ["-y", "website-tools-mcp"]
}
}
}Drop this into your client’s mcp.json (e.g. .vscode/mcp.json, ~/.cursor/mcp.json, or .mcp.json for Claude).
