JustFill PDF Form Automation
Rank #43,785io.github.mrmaciej1/justfill-pdf-forms
Detect, review and fill existing PDF forms from JSON or Excel; reuse saved templates
JustFill PDF Form Automation is a Model Context Protocol (MCP) server published by mrmaciej1. It ranks #43,785 of 115,591 servers tracked on MCP Toplist. JustFill PDF Form Automation is listed on Official MCP, with 1 tracked version. It was first listed on Jul 3, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 71,806 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-pdf-forms https://api.justfill.app/api/mcpclaude mcp add justfill-pdf-forms -e "JUSTFILL_API_KEY=<your JUSTFILL_API_KEY>" -- uvx justfill-mcpReplace each placeholder with your own value before saving.
[mcp_servers.justfill-pdf-forms]
url = "https://api.justfill.app/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.justfill-pdf-forms]
command = "uvx"
args = ["justfill-mcp"]
[mcp_servers.justfill-pdf-forms.env]
JUSTFILL_API_KEY = "<your JUSTFILL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.justfill.app/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"justfill-pdf-forms": {
"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-pdf-forms": {
"url": "https://api.justfill.app/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"justfill-pdf-forms": {
"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-pdf-forms": {
"type": "http",
"url": "https://api.justfill.app/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"justfill-pdf-forms": {
"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-pdf-forms": {
"serverUrl": "https://api.justfill.app/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"justfill-pdf-forms": {
"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-pdf-forms": {
"url": "https://api.justfill.app/api/mcp"
}
}
}{
"mcpServers": {
"justfill-pdf-forms": {
"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-pdf-forms)<a href="https://mcptoplist.com/server/io.github.mrmaciej1%2Fjustfill-pdf-forms"><img src="https://mcptoplist.com/badge/io.github.mrmaciej1%2Fjustfill-pdf-forms.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 (1)
| Version | Published |
|---|---|
| 0.4.10 | Aug 24, 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 1 version of JustFill PDF Form Automation, most recently published on Aug 24, 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.