MCP Research Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Research ServerResearch Linear and its competitors"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Research Server
AI-powered web research tools for Claude Desktop, Cursor, and any MCP-compatible client.
Works with OpenRouter (free) or Anthropic API.
Tools
research_company
Deep company intelligence — website analysis + AI synthesis.
What does Linear do and who are their competitors?
→ Uses research_company("Linear", url="linear.app")Returns: description, industry, business model, size estimate, products, pricing model, competitors, strengths.
summarize_url
Fetch and summarize any URL in concise/detailed/bullets format.
Summarize this blog post: https://...
→ Uses summarize_url(url, style="bullets")compare_companies
Side-by-side comparison of 2-3 companies.
Compare Notion vs Linear vs Asana
→ Uses compare_companies(["Notion", "Linear", "Asana"])Returns: markdown comparison table + conclusion.
extract_data
Extract specific structured data from any webpage.
Extract the pricing plans from https://vercel.com/pricing
→ Uses extract_data(url, extraction_goal="pricing plans")Returns: JSON of extracted data.
Related MCP server: Perplexity Tool for Claude Desktop
Install
pip install openai mcp httpx beautifulsoup4Claude Desktop Config
Option A: OpenRouter (Free — recommended)
{
"mcpServers": {
"research": {
"command": "python3",
"args": ["/path/to/server.py"],
"env": {
"OPENROUTER_API_KEY": "your-openrouter-key"
}
}
}
}Get a free OpenRouter key at openrouter.ai — no credit card required for free models.
Option B: Anthropic API
{
"mcpServers": {
"research": {
"command": "python3",
"args": ["/path/to/server.py"],
"env": {
"ANTHROPIC_API_KEY": "your-key-here"
}
}
}
}Cost
OpenRouter free models: $0.00/call — completely free
Anthropic Haiku: ~$0.001-0.005/call
Requirements
Python 3.10+
OPENROUTER_API_KEY(free) orANTHROPIC_API_KEY
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceA Model Context Protocol (MCP) server for web research. Bring real-time info into Claude and easily research any topic.Last updated31,987300MIT
- AlicenseCqualityFmaintenanceA custom MCP tool that integrates Perplexity AI's API with Claude Desktop, allowing Claude to perform web-based research and provide answers with citations.Last updated16MIT
- Flicense-qualityDmaintenanceProvides real-time web research and URL summarization capabilities using Gemini 2.5 Flash with native Google Search grounding. It enables users to perform factual searches and summarize web content directly within MCP-compatible clients like Claude Desktop.Last updated17
- AlicenseAqualityBmaintenanceAd-free web scraping and search exposed as 3 MCP tools. fetch_page, fetch_pages_batch, search_web. Works with Claude Desktop, Cursor, Cline.Last updated32MIT
Related MCP Connectors
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hi-im-Connect/mcp-research-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server