Parent/fan access to Artsonia student-art portfolios, comments, and fans (AI-built).
Parent/fan access to Artsonia student-art portfolios, comments, and fans (AI-built).
This is a well-structured MCP server for downloading student artwork from Artsonia with appropriate authentication, careful input validation, and proper error handling. The code demonstrates good security practices including path traversal prevention, HTML parsing instead of scraping sensitive data directly, and graceful degradation on network failures. Permissions align with the server's purpose of downloading images and reading portfolio metadata. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
4 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ARTSONIA_USERNAME
Environment variable: ARTSONIA_PASSWORD
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-chrischall-artsonia-mcp": {
"env": {
"ARTSONIA_PASSWORD": "your-artsonia-password-here",
"ARTSONIA_USERNAME": "your-artsonia-username-here"
},
"args": [
"-y",
"artsonia-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.