temporary-mcp-servers
Verified Safeby CNSeniorious000
Overview
Provides Model Context Protocol (MCP) servers for managing IPython sessions, interacting with Discord, and fetching/parsing web content via a webview.
Installation
uv run https://raw.githubusercontent.com/CNSeniorious000/temporary-mcp-servers/HEAD/ipython-mcp.pyEnvironment Variables
- DISCORD_TOKEN
- LOGFIRE_TOKEN
- WEBVIEW_VISIBLE
Security Notes
The IPython MCP server is designed to execute arbitrary Python code, which is a significant security risk if exposed to untrusted input. The Discord MCP server uses a user access token, which is typically against Discord's Terms of Service for self-botting and carries account termination risk. The `eval(parent)` call in `ipython-mcp.py` is used internally for virtual environment setup with `site.getsitepackages()` paths, making it less of a direct exploit vector than arbitrary user-controlled `eval`. The webview server loads external URLs, which poses inherent risks from malicious web content, though it runs hidden/minimized.
Similar Servers
scrapi-mcp
This MCP server enables AI agents to scrape web pages and retrieve their content as HTML or Markdown, with advanced browser interaction capabilities.
pymcp
A template repository for developing Model Context Protocol (MCP) servers in Python, demonstrating various tools, resources, and prompts.
research-powerpack-mcp
Augments AI coding assistants with advanced research capabilities including batch web search, Reddit analysis, intelligent web scraping, and AI-powered deep research and synthesis.
llms-fetch-mcp
Fetches web content, prioritizing LLM-friendly formats like llms.txt and Markdown, converting HTML to Markdown, and caching results with a generated table of contents.