mcp-opentym
Enables web search via Brave Search API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-opentymcheck my system's disk space and RAM"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🛠️ mcp-opentym
A lightweight Model Context Protocol (MCP) HTTP server built with the official Python MCP SDK and Streamable HTTP transport. Designed to give AI assistants (Claude, Cursor, etc.) real tools to interact with your Windows machine.
✨ Features
Tool | Description |
| Run shell commands (cmd / PowerShell) |
| Read files with offset/limit pagination |
| Write or append to files |
| List directory contents |
| Open applications or URLs |
| CPU, RAM, disk, network info |
| Capture the screen |
| Read or write clipboard |
| Windows toast notifications |
| Search the web via Brave API |
| Fetch and extract content from URLs |
| Generic HTTP client (GET/POST/etc.) |
| Current date & time |
| Safe math expression evaluator |
| Weather by city name |
| Full browser automation via Playwright |
| Semantic search over memory files |
| Read memory file snippets |
| Append or write memory files |
Related MCP server: ClawdCursor
🚀 Quick Start
1. Clone & setup
git clone https://github.com/doanhtuan123/mcp-server-python.git
cd mcp-server-python
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
playwright install chromium2. Run the server
python server.pyServer starts at: http://localhost:3458/mcp
Health check: http://localhost:3458/health
3. Public tunnel (optional)
Expose locally via Cloudflare Quick Tunnel:
python tunnel.pyThe public URL is saved to data/tunnel-url.txt.
⚙️ Configuration
Item | Default |
Port |
|
Transport | Streamable HTTP |
Browser | Chrome (Playwright) |
Shell |
|
To change the port, edit the port= value near the bottom of server.py.
📦 Dependencies
mcp[cli]>=1.0.0
httpx>=0.27.0
beautifulsoup4>=4.12.0
playwright>=1.44.0🔌 Connect to Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-opentym": {
"url": "http://localhost:3458/mcp"
}
}
}Or with the public tunnel URL:
{
"mcpServers": {
"mcp-opentym": {
"url": "https://<your-tunnel>.trycloudflare.com/mcp"
}
}
}🗂️ Project Structure
mcp-server-python/
├── server.py # Main MCP server
├── tunnel.py # Cloudflare Quick Tunnel helper
├── requirements.txt # Python dependencies
├── data/ # Runtime data (logs, tunnel URL)
└── workspace/ # Shared file workspace for tools📄 License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/doanhtuan123/mcp-opentym'
If you have feedback or need assistance with the MCP directory API, please join our Discord server