Connect Grigora MCP with Claude Code

In this comprehensive guide, we'll walk you through how to connect Grigora MCP with Claude Code. We'll show you how to add the Grigora remote MCP server, authenticate your Grigora account, authorize access, and verify that the connection is working.

Prerequisites

Before you begin, make sure you have:

  • Claude Code installed and configured.

  • A Grigora account with access to at least one site.

  • An active internet connection.


Step 1: Open Claude Code

Open your terminal and start Claude Code by running:

claude
image.png

Step 2: Add the Grigora MCP Server

Run the following command in your terminal:

claude mcp add --transport http grigora https://mcp.grigora.co/mcp

This adds Grigora as a remote HTTP MCP server. HTTP is the recommended transport for remote MCP servers in Claude Code. (Claude)

image.png

Step 3: Verify the MCP Server

After adding Grigora, run:

claude mcp list

You should see grigora listed among the configured MCP servers. (Claude)

image.png

Step 4: Open the MCP Management Panel

Inside Claude Code, run:

/mcp

The MCP panel allows you to view the configured servers and manage their authentication and connection status. (Claude)

image.png

Step 5: Authenticate with Grigora

After allowing the connection, Claude will start the Grigora authentication flow and open your browser.

Continue with the authentication process to connect your Grigora account.

Screenshot 2026-08-12 174158.png

Step 6: Authorize Access

After reviewing the selected site(s) and permissions, click Authorize to grant Claude Code access to Grigora MCP.

Screenshot 2026-08-12 174328.png

Step 7: Confirm the Connection

After authorization is complete, return to Claude Code and open:

/mcp

The grigora server should now show as connected, with its available tools displayed. The /mcp panel shows the tool count for connected servers. (Claude)

image.png

Step 8: Test Grigora MCP

Send a prompt in Claude Code that requires access to your Grigora account.

For example:

Show me the projects available in my Grigora account.

Claude Code should use the connected Grigora MCP tools to retrieve the requested information.

image.png

Troubleshooting

If Grigora MCP doesn't connect or its tools aren't available:

  • Verify that the configured URL is exactly:
    https://mcp.grigora.co/mcp

  • Run claude mcp list to confirm that Grigora is configured.

  • Run /mcp inside Claude Code and check the Grigora connection status.

  • If authentication is required again, select Grigora in /mcp and authenticate again.

  • If the browser doesn't open automatically, Claude Code provides a URL that you can open manually. (Claude)

  • If authentication succeeds but Claude Code doesn't recognize the connection, reload or restart Claude Code.

  • If the problem persists, use the Clear authentication option in the /mcp menu and authenticate Grigora again. (Claude)

  • Verify that you authorized the correct Grigora site.

Note: Claude Code stores authenticated credentials securely and can refresh OAuth tokens automatically. (Claude)

Optional: Project-specific configuration

If you want Grigora MCP to be available only for a particular project, Claude Code also supports project-scoped MCP servers. These are stored in a .mcp.json file in the project's root directory. (Claude)

For the general Grigora setup, however, the simple claude mcp add --transport http approach is cleaner and avoids unnecessary manual JSON configuration.


Was this article helpful?