Copr MCP

Copr MCP

Provides tools to interact with Fedora Copr, enabling users to manage projects, builds, and packages through natural language.

Category
Visit Server

README

Copr MCP

Demo

Please see the First look at the Copr MCP server.

Demo

Prerequisites

Install dependencies

uv sync

MCP Usage

Register the MCP server with Claude Code, Codex, Cursor, or any other agent.

Claude Code

To register the copr server with Claude Code, execute this command

$ claude mcp add copr --scope user \
    -- uv run --directory "$(pwd)" python main.py

If you don't need this MCP server anymore, uninstall it.

$ claude mcp remove copr

Codex

$ codex mcp add copr -- uv run --directory "$(pwd)" python main.py

If you don't need this MCP server anymore, uninstall it.

$ codex mcp remove copr

Cursor

If you use Cursor, open or create ~/.cursor/mcp.json and add the copr entry to the list of mcpServers.

Change the directory (~/src/copr-mcp) to wherever you've cloned this copr-mcp project.

{
  "mcpServers": {
    "copr": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "~/src/copr-mcp",
        "python",
        "main.py"
      ]
    }
  }
}

If you don't need this MCP server anymore, removing the copr entry from the mcpServers list in ~/.cursor/mcp.json.

Run tools

Once the MCP server is registered, go to i.e. Claude or Cursor and ask it questions like

Tell me the status of Copr build 8101723

Can you give me last 5 builds from the frostyx/foo Copr project?

Build the DistGit package hello in my frostyx/foo project

Create a Copr project frostyx/foo with a fedora-43-x86_64 chroot

Development

Go to https://console.anthropic.com, "API Keys" and generate a new key. Then export it in your terminal:

$ export ANTHROPIC_API_KEY=...

Then run

$ uv run main.py --prompt "Tell me the status of Copr build 8101723"

To use a different model pass --model

$ uv run main.py --model gpt-5-mini --prompt "Tell me the status of Copr build 8101723"

Full list of models can be found here: https://pydantic.dev/docs/ai/api/models/base/#pydantic_ai.models.KnownModelName

Tests

$ uv run mypy .
$ uv run ruff check
$ uv run pytest

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured