Back to Apps

My MCP Server
by zbigniewtomanek
FastMCP server providing powerful local file system and shell command execution tools for LLMs.
0 stars
Works in:claude
Exposes:Tools
What it does
This server enables AI models to interact directly with your local operating system, allowing them to read, write, search, and execute commands in a controlled environment.
Tools
execute_shell_command: Runs shell commands and returns output.show_file: Reads file contents with optional line ranges.search_in_file: Regex-based searching within files.edit_file: Performs precise text replacements and line operations.write_file: Creates or appends content to files.fetch_page: Converts web pages to PDF and parses them to markdown.
Installation
{
"mcpServers": {
"zbigniew-mcp": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--with",
"marker-pdf",
"mcp",
"run",
"/path/to/server.py"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv run mcp installInformation
- Pricing
- free
- Published
- 5/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"zbigniew-mcp": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--with",
"marker-pdf",
"mcp",
"run",
"/path/to/server.py"
]
}
}
}






