Artsonia
Rank #6,731io.github.chrischall/artsonia-mcp
Parent/fan access to Artsonia student-art portfolios, comments, and fans (AI-built).
Artsonia is a Model Context Protocol (MCP) server published by chrischall. It ranks #6,731 of 115,460 servers tracked on MCP Toplist. Artsonia is listed across 2 registries — Official MCP and PulseMCP, with 6 tracked versions. It was first listed on Jun 5, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 108,729 of 115,460 servers on MCP Toplist.
Use Artsonia
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add artsonia-mcp -e "ARTSONIA_USERNAME=<your ARTSONIA_USERNAME>" -e "ARTSONIA_PASSWORD=<your ARTSONIA_PASSWORD>" -e "ARTSONIA_SESSION_CACHE=<your ARTSONIA_SESSION_CACHE>" -e "ARTSONIA_SESSION_FILE=<your ARTSONIA_SESSION_FILE>" -- npx -y artsonia-mcpReplace each placeholder with your own value before saving.
[mcp_servers.artsonia-mcp]
command = "npx"
args = ["-y", "artsonia-mcp"]
[mcp_servers.artsonia-mcp.env]
ARTSONIA_USERNAME = "<your ARTSONIA_USERNAME>"
ARTSONIA_PASSWORD = "<your ARTSONIA_PASSWORD>"
ARTSONIA_SESSION_CACHE = "<your ARTSONIA_SESSION_CACHE>"
ARTSONIA_SESSION_FILE = "<your ARTSONIA_SESSION_FILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"artsonia-mcp": {
"command": "npx",
"args": [
"-y",
"artsonia-mcp"
],
"env": {
"ARTSONIA_USERNAME": "<your ARTSONIA_USERNAME>",
"ARTSONIA_PASSWORD": "<your ARTSONIA_PASSWORD>",
"ARTSONIA_SESSION_CACHE": "<your ARTSONIA_SESSION_CACHE>",
"ARTSONIA_SESSION_FILE": "<your ARTSONIA_SESSION_FILE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"artsonia-mcp": {
"command": "npx",
"args": [
"-y",
"artsonia-mcp"
],
"env": {
"ARTSONIA_USERNAME": "<your ARTSONIA_USERNAME>",
"ARTSONIA_PASSWORD": "<your ARTSONIA_PASSWORD>",
"ARTSONIA_SESSION_CACHE": "<your ARTSONIA_SESSION_CACHE>",
"ARTSONIA_SESSION_FILE": "<your ARTSONIA_SESSION_FILE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"artsonia-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"artsonia-mcp"
],
"env": {
"ARTSONIA_USERNAME": "<your ARTSONIA_USERNAME>",
"ARTSONIA_PASSWORD": "<your ARTSONIA_PASSWORD>",
"ARTSONIA_SESSION_CACHE": "<your ARTSONIA_SESSION_CACHE>",
"ARTSONIA_SESSION_FILE": "<your ARTSONIA_SESSION_FILE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"artsonia-mcp": {
"command": "npx",
"args": [
"-y",
"artsonia-mcp"
],
"env": {
"ARTSONIA_USERNAME": "<your ARTSONIA_USERNAME>",
"ARTSONIA_PASSWORD": "<your ARTSONIA_PASSWORD>",
"ARTSONIA_SESSION_CACHE": "<your ARTSONIA_SESSION_CACHE>",
"ARTSONIA_SESSION_FILE": "<your ARTSONIA_SESSION_FILE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"artsonia-mcp": {
"command": "npx",
"args": [
"-y",
"artsonia-mcp"
],
"env": {
"ARTSONIA_USERNAME": "<your ARTSONIA_USERNAME>",
"ARTSONIA_PASSWORD": "<your ARTSONIA_PASSWORD>",
"ARTSONIA_SESSION_CACHE": "<your ARTSONIA_SESSION_CACHE>",
"ARTSONIA_SESSION_FILE": "<your ARTSONIA_SESSION_FILE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chrischall%2Fartsonia-mcp)<a href="https://mcptoplist.com/server/io.github.chrischall%2Fartsonia-mcp"><img src="https://mcptoplist.com/badge/io.github.chrischall%2Fartsonia-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
chrischall
Other servers by chrischall
- OurFamilyWizard MCP#1,944 · 24 vers
- zola-mcp#3,092 · 14 vers
- skylight-mcp#3,741 · 8 vers
- redfin-mcp#4,029 · 10 vers
- gemini-mcp#4,034 · 18 vers
- infinitecampus-mcp#4,047 · 10 vers
- honeybook-mcp#4,230 · 19 vers
- Credit Karma MCP#4,680 · 13 vers
- canvas-parent-mcp#4,892 · 12 vers
- resy-mcp#5,130 · 10 vers
- splitwise-mcp#5,214 · 10 vers
- opentable-mcp#5,296 · 12 vers
Available versions (6)
| Version | Published |
|---|---|
| 0.11.0 | Aug 29, 2026 |
| 0.10.0 | Aug 28, 2026 |
| 0.9.0 | Aug 9, 2026 |
| 0.8.4 | Aug 6, 2026 |
| 0.8.3 | Jul 30, 2026 |
| 0.2.0 | Jun 5, 2026 |
Frequently asked questions
- Who maintains Artsonia?
- Artsonia is maintained by chrischall, which publishes 71 MCP servers (492 total versions) tracked on MCP Toplist.
- Is Artsonia listed on the Official MCP Registry?
- Yes — Artsonia is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Artsonia have?
- MCP Toplist tracks 6 versions of Artsonia, most recently published on Aug 29, 2026.
- Where can I find the source code for Artsonia?
- The source code for Artsonia is hosted at github.com/chrischall/artsonia-mcp.