Overview
DeepResearch is a local MCP (Multi-Channel Processing) server designed to handle perplexity tasks, providing a robust solution for data processing and analysis.
To use DeepResearch, set up the local server environment and configure it according to your data processing needs. You can then send data to the server for analysis.
- Local server setup for data processing - Handles complex perplexity calculations - Supports various data formats for input
- Analyzing large datasets for research purposes
- Processing data in real-time for applications
- Supporting machine learning tasks that require perplexity calculations
Add to your AI client
Use these steps to connect DeepRe - AI駆動の深い調査レポート生成ツール 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": {
"deepre-hirokidaichi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-deepre-hirokidaichi"
]
}
}
}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": {
"deepre-hirokidaichi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-deepre-hirokidaichi"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"deepre-hirokidaichi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-deepre-hirokidaichi"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"deepre-hirokidaichi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-deepre-hirokidaichi"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"deepre-hirokidaichi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-deepre-hirokidaichi"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"deepre-hirokidaichi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-deepre-hirokidaichi"
]
}
}
}FAQ
What is perplexity in data processing?
Perplexity is a measurement used in natural language processing to evaluate how well a probability distribution predicts a sample.
Is DeepResearch free to use?
Yes! DeepResearch is open-source and available under the MIT license.
How can I contribute to DeepResearch?
You can contribute by submitting issues or pull requests on the GitHub repository.