AutoCarver
Rank #3,399io.github.mdefrance/autocarver
Qualify dataset columns and process them against a target with AutoCarver, fully on your machine.
AutoCarver is a Model Context Protocol (MCP) server published by mdefrance. It ranks #3,399 of 132,046 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. AutoCarver is listed on Official MCP, with 10 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Sep 15, 2026.
Ranks ahead of 128,647 of 132,046 servers on MCP Toplist.
Use AutoCarver
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add autocarver -- uvx -m AutoCarver.mcp autocarverclaude mcp add autocarver -- uvx run python -m AutoCarver.mcp autocarver[mcp_servers.autocarver]
command = "uvx"
args = ["-m", "AutoCarver.mcp", "autocarver"]Add to ~/.codex/config.toml.
[mcp_servers.autocarver]
command = "uvx"
args = ["run", "python", "-m", "AutoCarver.mcp", "autocarver"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"autocarver": {
"command": "uvx",
"args": [
"-m",
"AutoCarver.mcp",
"autocarver"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"autocarver": {
"command": "uvx",
"args": [
"run",
"python",
"-m",
"AutoCarver.mcp",
"autocarver"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"autocarver": {
"command": "uvx",
"args": [
"-m",
"AutoCarver.mcp",
"autocarver"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"autocarver": {
"command": "uvx",
"args": [
"run",
"python",
"-m",
"AutoCarver.mcp",
"autocarver"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"autocarver": {
"type": "stdio",
"command": "uvx",
"args": [
"-m",
"AutoCarver.mcp",
"autocarver"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"autocarver": {
"type": "stdio",
"command": "uvx",
"args": [
"run",
"python",
"-m",
"AutoCarver.mcp",
"autocarver"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"autocarver": {
"command": "uvx",
"args": [
"-m",
"AutoCarver.mcp",
"autocarver"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"autocarver": {
"command": "uvx",
"args": [
"run",
"python",
"-m",
"AutoCarver.mcp",
"autocarver"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"autocarver": {
"command": "uvx",
"args": [
"-m",
"AutoCarver.mcp",
"autocarver"
]
}
}
}{
"mcpServers": {
"autocarver": {
"command": "uvx",
"args": [
"run",
"python",
"-m",
"AutoCarver.mcp",
"autocarver"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mdefrance%2Fautocarver)<a href="https://mcptoplist.com/server/io.github.mdefrance%2Fautocarver"><img src="https://mcptoplist.com/badge/io.github.mdefrance%2Fautocarver.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mdefrance
Available versions (10)
| Version | Published |
|---|---|
| 7.8.0 | Sep 15, 2026 |
| 7.7.3 | Sep 6, 2026 |
| 7.7.2 | Aug 30, 2026 |
| 7.7.1 | Aug 30, 2026 |
| 7.7.0 | Aug 12, 2026 |
| 7.6.3 | Aug 3, 2026 |
| 7.6.2 | Aug 3, 2026 |
| 7.6.1 | Aug 1, 2026 |
| 7.6.0 | Jul 29, 2026 |
| 7.5.5 | Jul 13, 2026 |
Frequently asked questions
- Who maintains AutoCarver?
- AutoCarver is maintained by mdefrance, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is AutoCarver listed on the Official MCP Registry?
- Yes — AutoCarver is listed on the Official MCP Registry.
- How many versions does AutoCarver have?
- MCP Toplist tracks 10 versions of AutoCarver, most recently published on Sep 15, 2026.
- Where can I find the source code for AutoCarver?
- The source code for AutoCarver is hosted at github.com/mdefrance/AutoCarver.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.