Mcp Server To Control Openrefine
@FiquemSabendo
About Mcp Server To Control Openrefine
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"openrefine": {
"command": "uv",
"args": [
"--directory",
"path/to/your/openrefine_mcp",
"run",
"openrefine_mcp/openrefine_server.py"
],
"env": {
"OPENREFINE_URL": "http://localhost:3333"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Server To Control Openrefine?
A Model Context Protocol (MCP) server that provides a typed, discoverable interface to OpenRefine’s HTTP API. It lets any MCP-capable client, such as Claude Desktop, orchestrate data-cleaning pipelines safely and reproducibly.
How to use Mcp Server To Control Openrefine?
Install Python 3.13+, uv, and ensure an OpenRefine instance is running (default: http://localhost:3333). Clone the repository, run uv sync, then configure your MCP client (e.g., Claude Desktop) by editing its configuration file to point to the server script and set the OPENREFINE_URL environment variable.
Key features of Mcp Server To Control Openrefine
- Creates projects from dataset URLs
- Applies editing operations to existing projects
- Exports project data as CSV
- Deletes projects
- Provides project model information via a resource URI
Use cases of Mcp Server To Control Openrefine
- Automating data cleaning steps in a reproducible pipeline
- Integrating OpenRefine with AI assistants for conversational data wrangling
- Applying batch operations across multiple OpenRefine projects
FAQ from Mcp Server To Control Openrefine
What is the purpose of Mcp Server To Control Openrefine?
It exposes OpenRefine's HTTP API as MCP tools and resources, enabling AI agents and other MCP clients to interact with OpenRefine programmatically.
What are the prerequisites for running the server?
Python 3.13 or higher, the uv package manager, and a running OpenRefine instance (default URL http://localhost:3333).
How do I set it up with Claude Desktop?
Create or edit the Claude Desktop configuration file to add an MCP server entry that runs uv run openrefine_mcp/openrefine_server.py from the project directory, setting the OPENREFINE_URL environment variable.
Which OpenRefine API endpoints are implemented?
The server implements create-project-from-upload, get-models, apply-operations, export-rows, and delete-project. Endpoints like set-project-metadata, set-project-tags, get-all-project-metadata, preview-expression, and get-processes are not implemented.
Are all OpenRefine features available through this server?
No. The server implements a subset of the OpenRefine API. The README explicitly lists several endpoints as not implemented (marked with ❌).
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ICSS
chokcoco不止于 CSS
Nginx UI
0xJackyYet another WebUI for Nginx
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments