orcaslicer-mcp
Rank #1,685io.github.MaxEllis/orcaslicer-mcp
Work a running OrcaSlicer with AI: slice, tune, and understand what each setting costs
orcaslicer-mcp is a Model Context Protocol (MCP) server published by MaxEllis. It ranks #1,685 of 132,046 servers tracked on MCP Toplist, and its repository has 55 GitHub stars. orcaslicer-mcp is listed across 2 registries — Official MCP and Glama, with 8 tracked versions. It was first listed on Jul 22, 2026 and most recently updated on Sep 17, 2026.
Ranks ahead of 130,361 of 132,046 servers on MCP Toplist.
Use orcaslicer-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add orcaslicer-mcp -e "ORCA_API_TOKEN=<your ORCA_API_TOKEN>" -e "ORCA_API_URL=<your ORCA_API_URL>" -- uvx orcaslicer-mcpReplace each placeholder with your own value before saving.
[mcp_servers.orcaslicer-mcp]
command = "uvx"
args = ["orcaslicer-mcp"]
[mcp_servers.orcaslicer-mcp.env]
ORCA_API_TOKEN = "<your ORCA_API_TOKEN>"
ORCA_API_URL = "<your ORCA_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"orcaslicer-mcp": {
"command": "uvx",
"args": [
"orcaslicer-mcp"
],
"env": {
"ORCA_API_TOKEN": "<your ORCA_API_TOKEN>",
"ORCA_API_URL": "<your ORCA_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"orcaslicer-mcp": {
"command": "uvx",
"args": [
"orcaslicer-mcp"
],
"env": {
"ORCA_API_TOKEN": "<your ORCA_API_TOKEN>",
"ORCA_API_URL": "<your ORCA_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"orcaslicer-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"orcaslicer-mcp"
],
"env": {
"ORCA_API_TOKEN": "<your ORCA_API_TOKEN>",
"ORCA_API_URL": "<your ORCA_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"orcaslicer-mcp": {
"command": "uvx",
"args": [
"orcaslicer-mcp"
],
"env": {
"ORCA_API_TOKEN": "<your ORCA_API_TOKEN>",
"ORCA_API_URL": "<your ORCA_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"orcaslicer-mcp": {
"command": "uvx",
"args": [
"orcaslicer-mcp"
],
"env": {
"ORCA_API_TOKEN": "<your ORCA_API_TOKEN>",
"ORCA_API_URL": "<your ORCA_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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.MaxEllis%2Forcaslicer-mcp)<a href="https://mcptoplist.com/server/io.github.MaxEllis%2Forcaslicer-mcp"><img src="https://mcptoplist.com/badge/io.github.MaxEllis%2Forcaslicer-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
MaxEllis
Available versions (8)
| Version | Published |
|---|---|
| 0.1.13 | Sep 17, 2026 |
| 0.1.12 | Sep 10, 2026 |
| 0.1.11 | Sep 9, 2026 |
| 0.1.10 | Sep 6, 2026 |
| 0.1.9 | Aug 7, 2026 |
| 0.1.8 | Aug 1, 2026 |
| 0.1.5 | Jul 22, 2026 |
| 0.1.4 | Jul 22, 2026 |
Frequently asked questions
- Who maintains orcaslicer-mcp?
- orcaslicer-mcp is maintained by MaxEllis, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is orcaslicer-mcp listed on the Official MCP Registry?
- Yes — orcaslicer-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does orcaslicer-mcp have?
- MCP Toplist tracks 8 versions of orcaslicer-mcp, most recently published on Sep 17, 2026.
- Where can I find the source code for orcaslicer-mcp?
- The source code for orcaslicer-mcp is hosted at github.com/MaxEllis/orcaslicer-mcp.
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.