Server exposes file system operations via HTTP streaming. Provides read, write, and manage files and directories. Connects to local or remote file systems. Developers use it for file management in distributed systems or remote file access.
Server exposes file system operations via HTTP streaming. Provides read, write, and manage files and directories. Connects to local or remote file systems. Developers use it for file management in distributed systems or remote file access.
npx -y server-filesystem-httpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"server-filesystem-http-npm": {
"command": "npx",
"args": [
"-y",
"npx -y server-filesystem-http"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from server-filesystem-http?"
API Key Required
This server requires an API key from server-filesystem-http. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| SERVER-FILESYSTEM-HTTP_API_KEY | Yes | Your server-filesystem-http API key |
"What resources are available in server-filesystem-http?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in server-filesystem-http"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in server-filesystem-http with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.