Back to Home
CNSeniorious000 icon

temporary-mcp-servers

Verified Safe

by CNSeniorious000

Overview

Provides Model Context Protocol (MCP) servers for managing IPython sessions, interacting with Discord, and fetching/parsing web content via a webview.

Installation

Run Command
uv run https://raw.githubusercontent.com/CNSeniorious000/temporary-mcp-servers/HEAD/ipython-mcp.py

Environment 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

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens10000
Stars0
Forks0
Last Update2026-01-03

Tags

MCPIPythonDiscordWebviewPython