mcp_server_python
by sharonsky94
Overview
A lightweight and universal MCP server in Python for integrating web search, page fetching, Python code execution, and package installation tools with LM Studio.
Installation
/path/to/mcp_server_python/.venv/bin/python /path/to/mcp_server_python/pymcp.pySecurity Notes
CRITICAL security risks identified. The `pyexec` tool allows arbitrary Python code execution on the server via `exec()`. The `install` tool allows arbitrary Python package installation via `pip`, which can lead to system compromise through malicious packages. The `fetch` tool has potential for Server-Side Request Forgery (SSRF) by allowing the LLM to request arbitrary URLs, potentially including internal network resources. The server should only be run in a highly isolated environment and only process trusted inputs.
Similar Servers
lex
Provides a UK legal research API with advanced search capabilities (semantic, keyword, reference) across legislation, caselaw, amendments, and explanatory notes, optimized for AI agents via MCP integration. It processes and indexes millions of legal documents using hybrid vector search and AI-generated summaries/explanations, supporting large-scale legal data analysis.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and research papers to provide AI agents with context-aware information.
Test_Remote_MCP-Server
A Python-based server application designed for remote access, likely implementing a Message Control Protocol (MCP) or similar custom service.
server-model-mcp
A Python-based server application that likely implements a model or protocol, potentially related to game server logic (e.g., Minecraft Coder Pack, if 'MCP' is interpreted in that context) or a generic micro-controller platform.