mcpbeat Sign in

Thalovant MCP Server

by thalovant Your server? Claim it
local only

Thalovant MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 683 installs a week from npm. Last commit 17 Sep 2026.

Connect MCP clients to Thalovant control-plane and hub runtime APIs over stdio or Streamable HTTP.

Installs per day peak 712 · avg 110 · +1807% w/w
a month agotoday
1 683
Installs / week
npm · @thalovant/mcp-server
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Thalovant MCP 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 thalovant-mcp -- npx -y @thalovant/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "thalovant-mcp": {
      "args": [
        "-y",
        "@thalovant/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.thalovant-mcp]
command = "npx"
args = ["-y", "@thalovant/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "thalovant-mcp": {
      "args": [
        "-y",
        "@thalovant/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "thalovant-mcp": {
      "args": [
        "-y",
        "@thalovant/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Thalovant MCP

same job, measured the same way
6DuckLearn MCP
by 6ducklearn

Connect agents to 6DuckLearn memory, approvals, and runtime control.

answering
MCP Stdio
by shigechika

Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers

950 installs/wk local only
mcphost
by mcphost

Host your MCP tool over streamable HTTP in one command.

77 tools answering
Npi Providers MCP Server
by cyanheads

Search NPPES providers and resolve NUCC specialty codes via MCP over STDIO or Streamable HTTP.

78 installs/wk 3 tools answering
mcp-hub
by ni-c

Many stdio MCP servers from one container, published over HTTPS with OAuth 2.1 for any MCP client

341 installs/wk local only
Pibox
by psyb0t

Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP.

local only
pREST
by prest

Stdio MCP adapter bridging AI clients to pREST’s HTTP /_mcp endpoint for PostgreSQL APIs.

local only
Superagenticmcp
by anamized

MCP-native router and multi-agent control plane: plan, route tool calls, stream execution.

local only

Thalovant MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Thalovant MCP?
Thalovant MCP 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 npm package @thalovant/mcp-server was installed 1 683 times last week.
How do I connect Thalovant MCP?
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 @thalovant/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Thalovant MCP?
The npm package @thalovant/mcp-server was installed 1 683 times in the last week. Week over week that is +1807%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Thalovant MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.