JustFill PDF Form Automation
Rank #32,480io.github.mrmaciej1/justfill
Fill existing fillable, flat and scanned PDF forms from structured data; save reusable templates
JustFill PDF Form Automation is a Model Context Protocol (MCP) server published by mrmaciej1. It ranks #32,480 of 115,591 servers tracked on MCP Toplist. JustFill PDF Form Automation is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 2, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 83,111 of 115,591 servers on MCP Toplist.
Use JustFill PDF Form Automation
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http justfill https://justfill.app/api/mcpclaude mcp add justfill -e "JUSTFILL_API_KEY=<your JUSTFILL_API_KEY>" -- uvx justfill-mcpReplace each placeholder with your own value before saving.
[mcp_servers.justfill]
url = "https://justfill.app/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.justfill]
command = "uvx"
args = ["justfill-mcp"]
[mcp_servers.justfill.env]
JUSTFILL_API_KEY = "<your JUSTFILL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://justfill.app/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"justfill": {
"command": "uvx",
"args": [
"justfill-mcp"
],
"env": {
"JUSTFILL_API_KEY": "<your JUSTFILL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"justfill": {
"url": "https://justfill.app/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"justfill": {
"command": "uvx",
"args": [
"justfill-mcp"
],
"env": {
"JUSTFILL_API_KEY": "<your JUSTFILL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"justfill": {
"type": "http",
"url": "https://justfill.app/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"justfill": {
"type": "stdio",
"command": "uvx",
"args": [
"justfill-mcp"
],
"env": {
"JUSTFILL_API_KEY": "<your JUSTFILL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"justfill": {
"serverUrl": "https://justfill.app/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"justfill": {
"command": "uvx",
"args": [
"justfill-mcp"
],
"env": {
"JUSTFILL_API_KEY": "<your JUSTFILL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"justfill": {
"url": "https://justfill.app/api/mcp"
}
}
}{
"mcpServers": {
"justfill": {
"command": "uvx",
"args": [
"justfill-mcp"
],
"env": {
"JUSTFILL_API_KEY": "<your JUSTFILL_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.mrmaciej1%2Fjustfill)<a href="https://mcptoplist.com/server/io.github.mrmaciej1%2Fjustfill"><img src="https://mcptoplist.com/badge/io.github.mrmaciej1%2Fjustfill.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mrmaciej1
Available versions (3)
| Version | Published |
|---|---|
| 0.4.6 | Jul 29, 2026 |
| 0.4.2 | Jul 4, 2026 |
| 0.4.1 | Jul 2, 2026 |
Frequently asked questions
- Who maintains JustFill PDF Form Automation?
- JustFill PDF Form Automation is maintained by mrmaciej1, which publishes 5 MCP servers (4 total versions) tracked on MCP Toplist.
- Is JustFill PDF Form Automation listed on the Official MCP Registry?
- Yes — JustFill PDF Form Automation is listed on the Official MCP Registry.
- How many versions does JustFill PDF Form Automation have?
- MCP Toplist tracks 3 versions of JustFill PDF Form Automation, most recently published on Jul 29, 2026.
- Where can I find the source code for JustFill PDF Form Automation?
- The source code for JustFill PDF Form Automation is hosted at github.com/mrmaciej1/justfill-mcp.