
Python Mcp
Let Claude Code upload, download, list, and manage Files.com assets from agent workflows without writing one-off REST scripts.
Overview
com.files/python-mcp is a MCP server for the Build phase that gives agents controlled, API-key-backed access to Files.com file operations.
What is this MCP server?
- PyPI package files-com-mcp v1.0.60 with stdio MCP transport
- Controlled LLM access to real Files.com operations in your tenant
- FILES_COM_API_KEY env var; optional x-filesapi-key per request in HTTP/SSE mode
- Open-source server at github.com/Files-com/files-mcp
- Server version 1.0.60 on PyPI package files-com-mcp
- Transport: stdio; secret env FILES_COM_API_KEY
- Repository: github.com/Files-com/files-mcp
Community signal: 2 GitHub stars.
What problem does it solve?
Agents cannot safely move or inspect production files on Files.com without a narrow MCP tool surface and your credentials.
Who is it for?
SaaS or internal tools already on Files.com that need agent-assisted uploads, sync checks, or folder maintenance.
Skip if: Teams with no Files.com account or builders who only need local filesystem access in the IDE.
What do I get? / Deliverables
After registration, your agent can perform scoped Files.com actions from chat while secrets stay in env vars or per-request headers.
- Registered MCP server exposing Files.com operations to the agent
- Repeatable agent workflows for file list, transfer, and tenant-scoped actions
Recommended MCP Servers
Journey fit
Files.com wiring is classic Build-phase integration work once you already have an app or automation that needs managed file storage. Integrations subphase covers third-party APIs and MCP bridges; Files.com is exactly that for secure file ops.
How it compares
MCP integration to Files.com cloud storage, not a generic S3 skill or local file browser.
Common Questions / FAQ
Who is com.files/python-mcp for?
Indie and solo developers using MCP agents who store or deliver files through Files.com and want governed tool calls instead of raw REST.
When should I use com.files/python-mcp?
Use it during Build or Operate when wiring automations, support flows, or deployment scripts that must list, transfer, or manage Files.com paths.
How do I add com.files/python-mcp to my agent?
Install files-com-mcp from PyPI, set FILES_COM_API_KEY, add the stdio MCP server entry in Claude Code or Cursor, then restart the agent session.