Skip to main content

Collection of MCP tools and Agents to work with the deepset AI platform. Create, debug or learn about pipelines on the platform. Useable from the CLI, Cursor, Claude Code, or other MCP clients.

Project description

deepset-mcp

The official MCP server and Python SDK for the deepset AI platform

deepset-mcp enables AI agents to build and debug pipelines on the Haystack Enterprise AI platform through 30+ specialized tools. It also provides a Python SDK for programmatic access to many platform resources.

Documentation

📖 View the full documentation

Quick Links

Development

Installation

Install the project using uv:

# Install uv first
pipx install uv

# Install project with all dependencies
uv sync --locked --all-extras --all-groups

Local Development

If you want to test your changes locally, follow these steps:

  1. Add a script run-deepset-mcp.sh that uses the binary from the project's virtual env
#!/usr/bin/env bash
# Wrapper to run the local deepset-mcp server for Cursor MCP.
# Use this as command so it doesn't depend on uv or PATH.
set -e
cd "$(dirname "$0")"
exec .venv/bin/deepset-mcp
  1. Use it this way in Cursor:
    "deepset": {
      "command": "/bin/bash",
      "args": ["/Users/*****/****/deepset-mcp-server/run-deepset-mcp.sh"],
      "cwd": "/Users/*****/****/deepset-mcp-server",
      "env": {
        "DEEPSET_WORKSPACE": "WORKSPACE",
        "DEEPSET_API_KEY": "API_KEY"
      }
    }

Note: If you change the codebase, make sure to restart the MCP server.

Code Quality & Testing

Run code quality checks and tests using the Makefile:

# Install dependencies
make install

# Code quality
make lint          # Run ruff linting
make format        # Format code with ruff
make types         # Run mypy type checking

# Testing
make test          # Run unit tests (default)
make test-unit     # Run unit tests only
make test-integration     # Run integration tests
make test-all      # Run all tests

# Clean up
make clean         # Remove cache files

Documentation

Documentation is built using MkDocs with the Material theme:

  • Configuration: mkdocs.yml
  • Content: docs/ directory
  • Auto-generated API docs via mkdocstrings
  • Deployed via GitHub Pages (automated via GitHub Actions on push to main branch)

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

deepset_mcp-0.1.9.tar.gz (25.4 MB view details)

Uploaded Source

Built Distribution

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

deepset_mcp-0.1.9-py3-none-any.whl (113.5 kB view details)

Uploaded Python 3

File details

Details for the file deepset_mcp-0.1.9.tar.gz.

File metadata

  • Download URL: deepset_mcp-0.1.9.tar.gz
  • Upload date:
  • Size: 25.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for deepset_mcp-0.1.9.tar.gz
Algorithm Hash digest
SHA256 5bd1be77ff68bf101243789d19723425fe2b2f0ab97306bc6e2f14e78ec0d846
MD5 7d783aead825b31f0dd7e32260d9a199
BLAKE2b-256 68077e4f5ba1641762c95eed363f6dbc7af9a69781934055272bcfe5731397b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for deepset_mcp-0.1.9.tar.gz:

Publisher: pypi_release.yml on deepset-ai/deepset-mcp-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file deepset_mcp-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: deepset_mcp-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 113.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for deepset_mcp-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 b13465e6c13ecb27261af674642703f8f0b7d20bbff221edeb1c61254a472f6a
MD5 d8e84a3b2f1c258e921dcf217fa1e4ad
BLAKE2b-256 1b84025f6f33b45a4071af8e35c6e48c7444a8e97dd1e95ce9a304b484f32e96

See more details on using hashes here.

Provenance

The following attestation bundles were made for deepset_mcp-0.1.9-py3-none-any.whl:

Publisher: pypi_release.yml on deepset-ai/deepset-mcp-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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