Pylpex MCP

Pylpex MCP

Enables execution and analysis of Pylpex code through an interpreter, supporting code execution, tokenization, variable inspection, and providing language documentation and examples.

Category
Visit Server

README

Pylpex MCP

This is a MCP server for Pylpex interpreter.

Installation

Assuming you are using Claude Desktop and have uv installed, follow these instructions to set up the Pylpex MCP server:

  1. Clone the repository:
git clone https://github.com/Golto/pylpex-mcp.git
cd pylpex-mcp
  1. Install dependencies:
uv sync

This command reads the pyproject.toml file and installs all the required dependencies.

  1. Configure your Claude Desktop settings to use this MCP server:

Go to your Claude Desktop settings, then to the Developer Settings tab, click on "Edit config" and add the following configuration to your claude_desktop_config.json:

{
  "mcpServers": {
    "Pylpex": {
      "command": "uv",
      "args": [
        "--directory",
        "$ABSOLUTE/PATH/TO/THE/PROJECT/pylpex-mcp", 
        "run",
        "mcp",
        "run",
        "main.py"
      ]
    }
  }
}

You may want to replace uv with the absolute path to the uv executable. To find uv location, use which uv on Linux/MacOS or where uv on Windows. Also, replace $ABSOLUTE/PATH/TO/THE/PROJECT/pylpex-mcp with the absolute path to the project directory. --directory argument is required for uv to find the project with dependencies.

Note: Running uv run mcp install main.py will install the MCP server in your Claude Desktop settings directly. But it may not work because of the --directory argument missing.

  1. Close and reopen your Claude Desktop application to apply the changes.
  2. Verify that the Pylpex server is running by checking the status in the Developer Settings tab.

You should see the Pylpex tools available in your Claude Desktop interface.

Tools

At this point, you should have access to the following tools:

  • run: Execute Pylpex code and return the result.
  • tokenize: Convert Pylpex code into tokens for analysis. Use the Lexer component of the Pylpex interpreter.
  • get_variables: Get all variables in the current interpreter state.
  • reset: Reset the interpreter state.

Resources

  • get_documentation: Get the documentation of the Pylpex language. It gives you the syntax and the available functions.
  • get_examples: Get examples of Pylpex code as code snippets.

More details

For more details about the Pylpex language, you can check the Pylpex github repository.

Note: The Pylpex language is still in development and may change in the future. And it's in french...

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
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
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
Qdrant Server

Qdrant Server

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

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
E2B

E2B

Using MCP to run code via e2b.

Official
Featured