drio
Open app

Research MCP Server

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

Research MCP Server is a repository for a research project that functions as an MCP server, allowing users to retrieve and create survey data using Notion.

To use the Research MCP Server, clone the repository, set up your Notion token and database, and configure the server settings in the Claude Desktop Client.

  • Functions as an MCP server. - Retrieves survey data from Notion. - Creates survey pages in Notion.
  1. Conducting surveys and collecting data efficiently.
  2. Integrating survey data with Notion for better organization.
  3. Automating survey processes using the MCP server.

Add to your AI client

Use these steps to connect Research 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": {
    "h-yanagawa-research-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-h-yanagawa-research-mcp-server-mcp-mirror"
      ]
    }
  }
}

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": {
    "h-yanagawa-research-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-h-yanagawa-research-mcp-server-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "h-yanagawa-research-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-h-yanagawa-research-mcp-server-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "h-yanagawa-research-mcp-server-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-h-yanagawa-research-mcp-server-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "h-yanagawa-research-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-h-yanagawa-research-mcp-server-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "h-yanagawa-research-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-h-yanagawa-research-mcp-server-mcp-mirror"
      ]
    }
  }
}

FAQ

What are the prerequisites to use the Research MCP Server?

You need Python 3.12.1 or later, uv 0.5.25 or later, and the Claude Desktop Client.

How do I obtain a Notion token?

You can obtain a Notion token from the Notion Integrations page.

Can I use this server for other types of data?

This server is specifically designed for survey data retrieval and creation in Notion.