mcpbeat Sign in

Artsonia MCP Server

local only

Artsonia MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 430 installs a week from npm. Last commit 15 Sep 2026.

Parent/fan access to Artsonia student-art portfolios, comments, and fans (AI-built).

Installs per day peak 225 · avg 39 · +223% w/w
a month agotoday
430
Installs / week
npm · artsonia-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Artsonia MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add artsonia-mcp -- npx -y artsonia-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "artsonia-mcp": {
      "args": [
        "-y",
        "artsonia-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.artsonia-mcp]
command = "npx"
args = ["-y", "artsonia-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "artsonia-mcp": {
      "args": [
        "-y",
        "artsonia-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "artsonia-mcp": {
      "args": [
        "-y",
        "artsonia-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ARTSONIA_USERNAME (Your Artsonia login email address), ARTSONIA_PASSWORD (Your Artsonia account password), ARTSONIA_SESSION_CACHE (Set to false to disable the on-disk session cache and re-authenticate on every process start. Defaults to enabled.), ARTSONIA_SESSION_FILE (Absolute path for the session cache file. Defaults to $MCP_DATA_DIR/.artsonia-mcp/session-<user>.json.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Artsonia MCP

same job, measured the same way
Crowntowncompost MCP
by chrischall

Customer access to the Crown Town Compost portal: pickups, invoices, and skips (AI-built).

410 installs/wk local only
Coinrule MCP
by coinrule-com

Trade, monitor portfolios, and build Coinrule strategies by chat.

answering
Qualy
by qualyhq

AI access to your Qualy payments back office: contacts, payment requests, and search.

answering
Aibvf MCP
by craig-horton

AI BVF: score AI portfolios Stop/Fix/Accelerate with decision confidence and pace-layer drag.

281 installs/wk local only
Aibvf MCP
by bahamas1717

AI BVF: score AI portfolios Stop/Fix/Accelerate with decision confidence and pace-layer drag.

13 tools answering
PayRent
by payrent

Connect AI assistants to PayRent to manage landlord portfolios, confirming changes first.

answering
Figma
by mcparmory

Export files, access design data, manage projects, comments, and team assets

246 installs/wk local only
Quicken Mac MCP
by dweekly

Read-only access to Quicken For Mac financial data: transactions, spending, and portfolios.

76 installs/wk local only

Artsonia MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Artsonia MCP?
Artsonia MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package artsonia-mcp was installed 430 times last week.
How do I connect Artsonia MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls artsonia-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Artsonia MCP?
The npm package artsonia-mcp was installed 430 times in the last week. Week over week that is +223%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Artsonia MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.