PluginBench
MCP Server
Active

Taranis AI MCP Server

io.github.taranis-ai/taranis-mcp-server

What is the Taranis AI MCP server?

Search stories and discover OSINT sources in Taranis AI.

How to install Taranis AI

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MCP_TRANSPORT
  • TARANIS_API_URL
    required

    Taranis API root, including the /api path.

  • TARANIS_ACCESS_TOKEN
    secret

    Taranis JWT. Configure this or both username and password.

  • TARANIS_USERNAME

    Taranis username. Configure together with the password instead of a JWT.

  • TARANIS_PASSWORD
    secret

    Taranis password. Configure together with the username instead of a JWT.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "taranis-mcp-server": {
      "command": "uvx",
      "args": [
        "taranis-mcp-server"
      ],
      "env": {
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "TARANIS_API_URL": "<YOUR_TARANIS_API_URL>",
        "TARANIS_ACCESS_TOKEN": "<YOUR_TARANIS_ACCESS_TOKEN>",
        "TARANIS_USERNAME": "<YOUR_TARANIS_USERNAME>",
        "TARANIS_PASSWORD": "<YOUR_TARANIS_PASSWORD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "taranis-mcp-server": {
      "command": "uvx",
      "args": [
        "taranis-mcp-server"
      ],
      "env": {
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "TARANIS_API_URL": "<YOUR_TARANIS_API_URL>",
        "TARANIS_ACCESS_TOKEN": "<YOUR_TARANIS_ACCESS_TOKEN>",
        "TARANIS_USERNAME": "<YOUR_TARANIS_USERNAME>",
        "TARANIS_PASSWORD": "<YOUR_TARANIS_PASSWORD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "taranis-mcp-server": {
      "command": "uvx",
      "args": [
        "taranis-mcp-server"
      ],
      "env": {
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "TARANIS_API_URL": "<YOUR_TARANIS_API_URL>",
        "TARANIS_ACCESS_TOKEN": "<YOUR_TARANIS_ACCESS_TOKEN>",
        "TARANIS_USERNAME": "<YOUR_TARANIS_USERNAME>",
        "TARANIS_PASSWORD": "<YOUR_TARANIS_PASSWORD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "taranis-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "taranis-mcp-server"
      ],
      "env": {
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "TARANIS_API_URL": "<YOUR_TARANIS_API_URL>",
        "TARANIS_ACCESS_TOKEN": "<YOUR_TARANIS_ACCESS_TOKEN>",
        "TARANIS_USERNAME": "<YOUR_TARANIS_USERNAME>",
        "TARANIS_PASSWORD": "<YOUR_TARANIS_PASSWORD>"
      }
    }
  }
}
Claude Code
claude mcp add taranis-mcp-server --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env TARANIS_API_URL=<YOUR_TARANIS_API_URL> --env TARANIS_ACCESS_TOKEN=<YOUR_TARANIS_ACCESS_TOKEN> --env TARANIS_USERNAME=<YOUR_TARANIS_USERNAME> --env TARANIS_PASSWORD=<YOUR_TARANIS_PASSWORD> -- uvx taranis-mcp-server

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →