🧠Researcher MCP Server
A Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI
Overview
Researcher MCP is a Model Context Protocol (MCP) server designed to assist with research and documentation using Perplexity AI, enhancing the research process through advanced context modeling capabilities.
To use Researcher MCP, download the server code from the repository and follow the setup instructions provided in the documentation. You can find the download link in the repository's releases section.
- Model Context Protocol (MCP): Enhances research context. - Perplexity AI Integration: Provides advanced research and documentation assistance. - User-Friendly Interface: Intuitive interaction with the server. - Scalability: Adapts to various research requirements. - Advanced Analytics: Offers detailed analytics to support research tasks.
- Assisting researchers in organizing and documenting their findings.
- Providing context-aware information for clinical research.
- Enhancing the efficiency of healthcare analytics and patient feedback documentation.
Add to your AI client
Use these steps to connect 🧠Researcher MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"researcher-mcp-lukezinmaker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-researcher-mcp-lukezinmaker"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"researcher-mcp-lukezinmaker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-researcher-mcp-lukezinmaker"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"researcher-mcp-lukezinmaker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-researcher-mcp-lukezinmaker"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"researcher-mcp-lukezinmaker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-researcher-mcp-lukezinmaker"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"researcher-mcp-lukezinmaker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-researcher-mcp-lukezinmaker"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"researcher-mcp-lukezinmaker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-researcher-mcp-lukezinmaker"
]
}
}
}FAQ
Can Researcher MCP be used for all types of research?
Yes! Researcher MCP is versatile and can assist in various research fields including healthcare, clinical research, and more.
Is there a cost to use Researcher MCP?
No! Researcher MCP is free to use for everyone.
How can I contribute to Researcher MCP?
Contributions are welcome! You can open a pull request with your ideas, suggestions, or bug fixes.