agentsweb-mcp
v1.0.0
Published
MCP server for agentsweb.org — search, fetch, and cache the web as markdown
Maintainers
Readme
agentsweb-mcp
MCP server for agentsweb.org — the global shared markdown cache for AI agents.
4 tools, zero config, ~10KB.
Tools
| Tool | Description |
|------|-------------|
| search | Search the web |
| fetch | Fetch any URL as markdown (auto-cached) |
| ask | Find answer chunks across all cached pages |
| research | Search + fetch + cache in one call |
Install
npm install -g agentsweb-mcpClaude Code
claude mcp add agentsweb-mcp -- npx -y agentsweb-mcpCursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentsweb": {
"command": "npx",
"args": ["-y", "agentsweb-mcp"]
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"agentsweb": {
"command": "npx",
"args": ["-y", "agentsweb-mcp"]
}
}
}License
MIT
