Agentic research for macroeconomics
Back to MCP integrations
Anthropic

Claude MCP Setup

Register MESHH inside Claude Code as a persistent MCP server and use Japanese public-source research directly from your terminal workflow.

Setup

Enable MESHH in Claude Code

  1. Open Claude Code and go to MCP server management.
  2. Add a new server and choose HTTP transport.
  3. Register the MESHH endpoint and save the server as meshh.
  4. Once connected, just ask MESHH what you need. Claude Code will choose the right tools automatically.
Claude Code command
claude mcp add meshh --transport http https://meshh.ai/mcp
Connection

Use this MCP endpoint

MCP endpoint
https://meshh.ai/mcp

Inside Claude Code, the connected agent appears as MESHH.

Ask your client

Have your AI walk you through it

Paste this prompt into Claude Code and let it guide the setup.

Setup prompt
I want to add the MESHH MCP server to Claude Code.

Endpoint: https://meshh.ai/mcp
Server name: meshh
Transport: HTTP

Please walk me through:
1. The exact `claude mcp add` command to run.
2. How to confirm the server is registered (e.g. `claude mcp list`).
3. How to verify it works by calling MESHH's `search` tool with a small test query.

If anything fails, ask me about the error and help me debug.