Help and Support » MCP Server

MCP Self-Setup with a Personal API Token

You can connect the RUNALYZE MCP Server to any AI client that supports custom HTTP headers.

This setup works with providers or clients that allow you to define an authorization header such as:

Authorization: Bearer <token>

or:

token: <token>

Prerequisites

Before you begin:

  1. You need an active RUNALYZE Premium Membership.
  2. Create a Personal API Token in RUNALYZE:
    • Open Settings → API Tokens
    • Or go directly to: https://runalyze.com/settings/personal-api
    • Create a new Personal API Token
    • Copy the generated Bearer Token

MCP Server URL

Use the following MCP server URL:

https://runalyze.com/mcp

Authentication

Use your Personal API Token as a bearer token.

Recommended header:

Authorization: Bearer <your_personal_api_token>

Some clients may instead require a token header:

token: <your_personal_api_token>

Example Configuration

If your AI client allows custom MCP server configuration, use:

Server URL: https://runalyze.com/mcp
Authentication: Bearer Token
Header: Authorization
Value: Bearer <your_personal_api_token>

Replace:

<your_personal_api_token>

with the token you created in RUNALYZE.

Security Notes

Your Personal API Token grants access to your RUNALYZE data. Keep it private and do not share it publicly.

If the token is exposed, revoke it in RUNALYZE and create a new one.

Related articles

Didn't find an answer to your question?

Please let us know if you have wishes or have encountered bugs. We give our best to make Runalyze as good as possible for you. - Therefore we would be interested in your suggestions for improvement. In general most questions, problems and ideas are more appropriate to ask in the forum.