Developer Research MCP Server
@ali-nr
About Developer Research MCP Server
MCP server for developer research tasks
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Developer Research MCP Server?
A Model Context Protocol (MCP) server that provides structured web search capabilities for AI agents and development tools. It initially uses OpenRouter for its search functionality and is built with an extensible architecture to support additional research providers in the future.
How to use Developer Research MCP Server?
Install Node.js v18+, clone the repository, run npm install and npm build, then configure environment variables (e.g., OPENROUTER_API_KEY) in a .env file. The server communicates over stdio and can be integrated into clients like Roo Code by adding its configuration to .roo/mcp.json.
Key features of Developer Research MCP Server
- Web search via providers like OpenRouter.
- Optimized for technical and software development content.
- Extensible architecture for multiple research providers.
- Reliable error handling and retry mechanisms.
- Returns structured JSON results.
Use cases of Developer Research MCP Server
- AI agents performing real-time web searches for technical queries.
- Developers retrieving up-to-date documentation or code examples.
- Integrating web research into automated development workflows.
- Querying focused technical or development-oriented search results.
FAQ from Developer Research MCP Server
What tools does this server provide?
It provides one tool: search_web, which performs a web search and returns results in a structured JSON format.
What parameters does the search_web tool accept?
It accepts a required query string, an optional num_results (1–10, default 5), and an optional focus (values: "technical", "development", or "general", default "technical").
How do I add a new research provider?
The modular architecture allows adding providers by implementing a common interface; each provider becomes a distinct module independent of others.
What environment variables are required?
OPENROUTER_API_KEY is required for the OpenRouter provider. OPENROUTER_API_URL is optional and defaults to https://openrouter.ai/api/v1.
How is the server installed and configured?
Clone the repo, run npm install and npm build, create a .env file with your API key, then point the client (e.g., Roo Code) to the built index.js with the environment loaded.
Frequently asked questions
What tools does this server provide?
It provides one tool: `search_web`, which performs a web search and returns results in a structured JSON format.
What parameters does the search_web tool accept?
It accepts a required `query` string, an optional `num_results` (1–10, default 5), and an optional `focus` (values: "technical", "development", or "general", default "technical").
How do I add a new research provider?
The modular architecture allows adding providers by implementing a common interface; each provider becomes a distinct module independent of others.
What environment variables are required?
`OPENROUTER_API_KEY` is required for the OpenRouter provider. `OPENROUTER_API_URL` is optional and defaults to `https://openrouter.ai/api/v1`.
How is the server installed and configured?
Clone the repo, run `npm install` and `npm build`, create a `.env` file with your API key, then point the client (e.g., Roo Code) to the built `index.js` with the environment loaded.
Basic information
More Data & Analytics MCP servers
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
Web3 Research MCP
aaronjmarsDeep Research for crypto - free & fully local
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th

TofuBofu AI Visibility
Arnav NeilTofuBofu runs a free AI visibility scan for any B2B company, right inside your AI assistant. Ask it to scan a domain and it runs the questions real buyers ask across ChatGPT, Claude, Gemini, Perplexity, Google AI Overvie
Comments