Skip to main content

MCP Server for controlling Gephi Desktop via remote API

Project description

gephi-mcp

MCP server that bridges any Model Context Protocol client to a running Gephi Desktop instance, exposing 79 tools for graph construction, statistics, community detection, layout, styling, filtering, and publication-ready export.

It translates MCP tool calls into HTTP requests against the Gephi MCP plugin's local API (http://127.0.0.1:8080). Each tool has a typed signature, so clients receive a precise per-field JSON schema rather than an opaque blob.

This is the MCP server component of gephi-ai; see the top-level repository for the Gephi plugin, the Claude Code plugin, and full docs.

Install

No install needed with uv — point your MCP client at:

uvx gephi-mcp

uvx fetches gephi-mcp from PyPI on first run and caches it. For a persistent gephi-mcp command on your PATH instead, use pipx install gephi-mcp (or pipx install . from this directory). Avoid plain pip install -e . inside a virtual environment: the command is then only visible on that venv's PATH, and MCP clients launched outside your shell won't find it.

Use

The Gephi MCP plugin must be installed and Gephi Desktop running first. Then point any MCP client at the gephi-mcp command, e.g. for Claude Desktop:

{ "mcpServers": { "gephi-mcp": { "command": "uvx", "args": ["gephi-mcp"] } } }

Configuration

Env var Default Purpose
GEPHI_API_URL http://127.0.0.1:8080 Gephi plugin HTTP API base URL
GEPHI_REQUEST_TIMEOUT 60.0 Per-request timeout (seconds)

Development

pip install -e . pytest pytest-asyncio ruff
ruff check .
pytest -q

License

Apache-2.0 — see the repository LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gephi_mcp-1.4.0.tar.gz (168.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gephi_mcp-1.4.0-py3-none-any.whl (173.2 kB view details)

Uploaded Python 3

File details

Details for the file gephi_mcp-1.4.0.tar.gz.

File metadata

  • Download URL: gephi_mcp-1.4.0.tar.gz
  • Upload date:
  • Size: 168.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for gephi_mcp-1.4.0.tar.gz
Algorithm Hash digest
SHA256 a9a21ee1621f75ba32de96ccbb8cc0c3a874358b9053c35a0391bc5a0bb3d97c
MD5 7bfd75bf2821adaf0fc20622f5136f01
BLAKE2b-256 00a31d4312a5b9b3be404af591b2f5f729f67e14ea1fe342a33bf06b0f193e34

See more details on using hashes here.

File details

Details for the file gephi_mcp-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: gephi_mcp-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 173.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for gephi_mcp-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3dd51aecfdb8de97e1db945370653440c5c48d04333c1af6832232cd19a58d27
MD5 a6df017804f04750b540089843b26dad
BLAKE2b-256 260f29acd147be757e42a1c14db2d05e46a41638d44e8b0959a260620b80ca91

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page