Pinchwork
Rank #14,410io.github.pinchwork/pinchwork-mcp
MCP server providing pinchwork capabilities
Pinchwork is a Model Context Protocol (MCP) server published by anneschuth. It ranks #14,410 of 132,046 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Pinchwork is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Jan 31, 2026 and most recently updated on Feb 7, 2026.
Ranks ahead of 117,636 of 132,046 servers on MCP Toplist.
Use Pinchwork
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http pinchwork-mcp https://api.pinchwork.dev/mcpclaude mcp add pinchwork-mcp -e "PINCHWORK_API_KEY=<your PINCHWORK_API_KEY>" -- uvx pinchworkReplace each placeholder with your own value before saving.
[mcp_servers.pinchwork-mcp]
url = "https://api.pinchwork.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.pinchwork-mcp]
command = "uvx"
args = ["pinchwork"]
[mcp_servers.pinchwork-mcp.env]
PINCHWORK_API_KEY = "<your PINCHWORK_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.pinchwork.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"pinchwork-mcp": {
"command": "uvx",
"args": [
"pinchwork"
],
"env": {
"PINCHWORK_API_KEY": "<your PINCHWORK_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pinchwork-mcp": {
"url": "https://api.pinchwork.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"pinchwork-mcp": {
"command": "uvx",
"args": [
"pinchwork"
],
"env": {
"PINCHWORK_API_KEY": "<your PINCHWORK_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pinchwork-mcp": {
"type": "http",
"url": "https://api.pinchwork.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"pinchwork-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pinchwork"
],
"env": {
"PINCHWORK_API_KEY": "<your PINCHWORK_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pinchwork-mcp": {
"serverUrl": "https://api.pinchwork.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pinchwork-mcp": {
"command": "uvx",
"args": [
"pinchwork"
],
"env": {
"PINCHWORK_API_KEY": "<your PINCHWORK_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pinchwork-mcp": {
"url": "https://api.pinchwork.dev/mcp"
}
}
}{
"mcpServers": {
"pinchwork-mcp": {
"command": "uvx",
"args": [
"pinchwork"
],
"env": {
"PINCHWORK_API_KEY": "<your PINCHWORK_API_KEY>"
}
}
}
}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.pinchwork%2Fpinchwork-mcp)<a href="https://mcptoplist.com/server/io.github.pinchwork%2Fpinchwork-mcp"><img src="https://mcptoplist.com/badge/io.github.pinchwork%2Fpinchwork-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
anneschuth
Available versions (2)
| Version | Published |
|---|---|
| 0.6.2 | Feb 7, 2026 |
| 0.1.0 | Feb 1, 2026 |
Frequently asked questions
- Who maintains Pinchwork?
- Pinchwork is maintained by anneschuth, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Pinchwork listed on the Official MCP Registry?
- Yes — Pinchwork is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Pinchwork have?
- MCP Toplist tracks 2 versions of Pinchwork, most recently published on Feb 7, 2026.
- Where can I find the source code for Pinchwork?
- The source code for Pinchwork is hosted at github.com/anneschuth/pinchwork.
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.