
Artsonia MCP
- Updated August 9, 2026
- chrischall/artsonia-mcp
Artsonia MCP is an MCP server that lets agents access parent and fan Artsonia portfolios, comments, and fans using your account credentials.
About
Artsonia MCP exposes Artsonia’s parent and fan experience to MCP clients so you can ask an agent about a child’s published artwork, community comments, and fan engagement without logging into the website repeatedly. developers prototyping edtech dashboards, family productivity assistants, or school-community bots can treat this server as a reference integration pattern: stdio transport, npm distribution, and required username/password secrets. End users are often parents managing multiple students’ galleries; developers use the same server to validate that agent-driven summaries and notifications are feasible before shipping a custom app. Scope is intentionally portfolio and social around student art—not district admin, grading, or payments. Configure secrets locally, pair with Claude Code or Cursor, and keep credentials out of repos. It is a narrow education-community connector, best when Artsonia is already part of your family or product story.
- Parent and fan access to Artsonia student-art portfolios
- Read portfolio content, comments, and fan signals (AI-built server)
- Requires ARTSONIA_USERNAME and ARTSONIA_PASSWORD env vars
- npm stdio package artsonia-mcp v0.4.0
- GitHub source chrischall/artsonia-mcp for self-hosted MCP config
Artsonia MCP by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add --env ARTSONIA_USERNAME=YOUR_ARTSONIA_USERNAME --env ARTSONIA_PASSWORD=YOUR_ARTSONIA_PASSWORD artsonia-mcp -- npx -y artsonia-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | artsonia-mcp |
|---|---|
| Transport | STDIO |
| Auth | Required |
| Last updated | August 9, 2026 |
| Repository | chrischall/artsonia-mcp ↗ |
What it does
Wire your agent into Artsonia so parents and fans can browse student portfolios, comments, and fan activity from chat.
Who is it for?
Parents with Artsonia accounts or developers wiring school-art workflows into Claude Code and Cursor.
Skip if: School-wide SIS replacement, official district APIs, or workflows that cannot store Artsonia login secrets locally.
What you get
After install, your agent can answer questions about student art listings and community engagement on Artsonia from one MCP session.
- Agent-queryable Artsonia portfolio and fan data
- Comment and engagement summaries for student artwork
- Reusable npm-based MCP integration template for edtech experiments
By the numbers
- Server version 0.4.0
- 2 required environment variables (username and password)
- stdio npm package identifier artsonia-mcp
Recommended MCP Servers
How it compares
Artsonia account MCP bridge, not a generic web-scraping or classroom-gradebook skill.
FAQ
Who is Artsonia MCP for?
Parents and fans who use Artsonia, plus developers prototyping agent assistants around student art portfolios and community features.
When should I use Artsonia MCP?
Use it in build when you need MCP tools to list portfolios, read comments, or summarize fan activity while developing or daily-driving an Artsonia-aware agent.
How do I add Artsonia MCP to my agent?
Set ARTSONIA_USERNAME and ARTSONIA_PASSWORD in your MCP server env, add the artsonia-mcp stdio entry from npm, and restart your client.