Fabric Atelier
Rank #2,535io.github.copyleftdev/fabric-atelier
MCP server providing fabric-atelier capabilities
Fabric Atelier is a Model Context Protocol (MCP) server published by copyleftdev. It ranks #2,535 of 115,460 servers tracked on MCP Toplist, and its repository has 166 GitHub stars. Fabric Atelier is listed on Official MCP, with 3 tracked versions. It was first listed on Oct 12, 2025 and most recently updated on Oct 12, 2025.
Ranks ahead of 112,925 of 115,460 servers on MCP Toplist.
Use Fabric Atelier
claude mcp add fabric-atelier -- docker run -i --rm docker.io/copyleftdev/fabric-atelier:0.1.0[mcp_servers.fabric-atelier]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/copyleftdev/fabric-atelier:0.1.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"fabric-atelier": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/copyleftdev/fabric-atelier:0.1.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"fabric-atelier": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/copyleftdev/fabric-atelier:0.1.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"fabric-atelier": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/copyleftdev/fabric-atelier:0.1.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"fabric-atelier": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/copyleftdev/fabric-atelier:0.1.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"fabric-atelier": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/copyleftdev/fabric-atelier:0.1.0"
]
}
}
}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.copyleftdev%2Ffabric-atelier)<a href="https://mcptoplist.com/server/io.github.copyleftdev%2Ffabric-atelier"><img src="https://mcptoplist.com/badge/io.github.copyleftdev%2Ffabric-atelier.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
copyleftdev
Other servers by copyleftdev
- Kāhea#6,649 · 3 vers
- Kalshi Kernel#15,308 · 1 ver
- MCP Command Server MCP Server#64,623
- GoScry MCP Server#66,574
- MCP Subfinder Server MCP Server#67,638
Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Oct 12, 2025 |
| 0.1.1 | Oct 12, 2025 |
| 0.1.0 | Oct 12, 2025 |
Frequently asked questions
- Who maintains Fabric Atelier?
- Fabric Atelier is maintained by copyleftdev, which publishes 6 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Fabric Atelier listed on the Official MCP Registry?
- Yes — Fabric Atelier is listed on the Official MCP Registry.
- How many versions does Fabric Atelier have?
- MCP Toplist tracks 3 versions of Fabric Atelier, most recently published on Oct 12, 2025.
- Where can I find the source code for Fabric Atelier?
- The source code for Fabric Atelier is hosted at github.com/copyleftdev/fabric-atelier.git.