mcpbeat Sign in

Taranis AI MCP Server

by taranis-ai Your server? Claim it
local only

Taranis AI runs on your own machine — the client starts it, so there is no endpoint to ping. 84 installs a week from pypi. Last commit 6 Aug 2026.

Search stories and discover OSINT sources in Taranis AI.

Installs per day peak 53 · avg 14 · -9% w/w
a month agotoday
84
Installs / week
pypi · taranis-mcp-server
1
Stars
0 open issues
6 Aug 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: MCP_TRANSPORT, TARANIS_API_URL (Taranis API root, including the /api path.), TARANIS_ACCESS_TOKEN (Taranis JWT. Configure this or both username and password.), TARANIS_USERNAME (Taranis username. Configure together with the password instead of a JWT.), TARANIS_PASSWORD (Taranis password. Configure together with the username instead of a JWT.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Taranis AI

same job, measured the same way
Lyra MCP Server
by luisa-sys

Search and discover Lyra profiles.

41 tools answering
OriginGrid
by origingrid

AI Agent Source Registry. 288K+ curated sources for agentic search and discovery.

19 tools answering
Agentlookup MCP
by peureka

Search, discover, and register AI agents in the public registry at agentlookup.dev.

25 installs/wk local only
Clarvia
by digitamaz

AI agent tool discovery and scoring. Search 15,400+ MCP servers, APIs, and CLIs.

77 installs/wk local only
MCP Server MCP Registry
by formulahendry

MCP Server for MCP Registry to discover and search for available MCP servers in the registry

30 installs/wk local only
Waggle
by waggle

Discover, search, invoke, and rate A2A (Agent-to-Agent) protocol agents.

answering
Search MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

121 installs/wk local only
Open MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

79 installs/wk local only

Taranis AI — questions

Answers built from our own checks of this server.

Why is there no uptime for Taranis AI?
Taranis AI 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 taranis-mcp-server was installed 84 times last week.
How do I connect Taranis AI?
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 taranis-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Taranis AI?
The pypi package taranis-mcp-server was installed 84 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Taranis AI open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.