@agent-browse/mcp
v0.2.0
Published
MCP server for agent-browse — exposes web fetch and search tools over Model Context Protocol
Downloads
75
Maintainers
Readme
@agent-browse/mcp
MCP server for browsing the web via Ollama.
Requirements
- Ollama running locally
Usage
Claude Desktop
{
"mcpServers": {
"agent-browse": {
"command": "npx",
"args": ["-y", "@agent-browse/mcp"]
}
}
}Claude Code
claude mcp add agent-browse npx -- -y @agent-browse/mcpCodex CLI
codex mcp add agent-browse npx -- -y @agent-browse/mcpTools
| Tool | Description |
| -------- | --------------------------------------------------------------------------- |
| browse | Browse the web to answer a query. Searches, fetches, and navigates as needed |
Input
query— the question to answer. Include URLs directly in the query to fetch them.
Output
Plain text answer with inline citations and a Sources block.
License
MIT
