mcpbeat Sign in

TimeBase MCP Server

local only

TimeBase runs on your own machine — the client starts it, so there is no endpoint to ping. 524 installs a week from pypi. Last commit 14 Sep 2026.

Explore and query TimeBase streams, schemas, QQL, symbols, and server status via MCP.

Installs per day peak 287 · avg 40 · +170% w/w
a month agotoday
524
Installs / week
pypi · timebase-mcp
8
Stars
1 open issues
14 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check TimeBase every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add TimeBase-MCP -- uvx timebase-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "TimeBase-MCP": {
      "args": [
        "timebase-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.TimeBase-MCP]
command = "uvx"
args = ["timebase-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "TimeBase-MCP": {
      "args": [
        "timebase-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "TimeBase-MCP": {
      "args": [
        "timebase-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TIMEBASE_URL (TimeBase native connection URL.), TIMEBASE_SERVERS (Multi-server config as a JSON array string or path to a JSON file.), TIMEBASE_USERNAME (Username for basic auth or oauth2_client_credentials.), TIMEBASE_PASSWORD (Password for basic auth.), TIMEBASE_OAUTH2_TOKEN_URL (OAuth2 token endpoint for service-account client credentials.), TIMEBASE_OAUTH2_CLIENT_ID (OAuth2 client ID for service-account or interactive login.), TIMEBASE_OAUTH2_CLIENT_SECRET (OAuth2 client secret for service-account auth.), TIMEBASE_OAUTH2_SCOPE (OAuth2 scope(s) for service-account or interactive login.), MCP_LOG_LEVEL (Log level: DEBUG, INFO, WARNING, ERROR, or CRITICAL.), TIMEBASE_AUTH_MODE (Outbound auth: auto, none, basic, oauth2_client_credentials, interactive.), MCP_HOST (Loopback host for interactive OAuth redirect in stdio mode.), MCP_PORT (Loopback port for interactive OAuth redirect in stdio mode.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TimeBase

same job, measured the same way
MCP Trino
by txn2

MCP server for Trino data warehouses. Query, analyze plans, and explore schemas.

local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
Symbols
by p1va

MCP server to read, inspect and troubleshoot codebase symbols

57 installs/wk local only
I
MCP KQL Server
by 4r9un

Execute KQL in AI prompts via NL2KQL with schema discovery and Azure Data Explorer integration

259 installs/wk local only
Fascia MCP Server
by orcar-studio

Expose Fascia-deployed Tools and Entity schemas to AI agents via MCP

16 installs/wk local only
Snowflake MCP Server
by nsphung

A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants

591 installs/wk local only
DevHelm MCP Server
by devhelmhq

Monitor uptime, manage incidents, configure alerting, and query dependency status via DevHelm

387 installs/wk local only
1C OData MCP
by alexgrebeshok-coder

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

35 installs/wk local only

TimeBase — questions

Answers built from our own checks of this server.

Why is there no uptime for TimeBase?
TimeBase runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package timebase-mcp was installed 524 times last week.
How do I connect TimeBase?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls timebase-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use TimeBase?
The pypi package timebase-mcp was installed 524 times in the last week. Week over week that is +170%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TimeBase open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 8 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.