What is the com.files/python-mcp MCP server?
Securely give LLMs controlled access to real-world operations inside your Files.com environment
How to install com.files/python-mcp
Copy-paste configuration for popular MCP clients.
FILES_COM_API_KEYsecretOptional fallback Files.com API Key. In HTTP/SSE mode, you can pass x-filesapi-key per request.
{
"mcpServers": {
"python-mcp": {
"command": "uvx",
"args": [
"files-com-mcp"
],
"env": {
"FILES_COM_API_KEY": "<YOUR_FILES_COM_API_KEY>"
}
}
}
}{
"mcpServers": {
"python-mcp": {
"command": "uvx",
"args": [
"files-com-mcp"
],
"env": {
"FILES_COM_API_KEY": "<YOUR_FILES_COM_API_KEY>"
}
}
}
}{
"mcpServers": {
"python-mcp": {
"command": "uvx",
"args": [
"files-com-mcp"
],
"env": {
"FILES_COM_API_KEY": "<YOUR_FILES_COM_API_KEY>"
}
}
}
}{
"servers": {
"python-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"files-com-mcp"
],
"env": {
"FILES_COM_API_KEY": "<YOUR_FILES_COM_API_KEY>"
}
}
}
}claude mcp add python-mcp --env FILES_COM_API_KEY=<YOUR_FILES_COM_API_KEY> -- uvx files-com-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.