Best for
- Developers who want lightweight tracking of AI experiments inside a Claude Code workflow
- Users who prefer MCP tools over manual spreadsheets for managing experiment metadata
ai-experiment-logger is a Node.js-based stdio MCP server offering 7 tools for logging, querying, updating, deleting, summarizing, and exporting AI experiment data. It ships from a large community plugin marketplace repository, is not officially maintained, and suits individuals or small teams doing lightweight experiment tracking, though data sensitivity and supply-chain provenance warrant user diligence.
ai-experiment-logger is an MCP server plugin from the claude-code-plugins-plus-skills repository, running locally over stdio via Node.js. It provides tools to log, query, update, delete, summarize, and export AI experiment records. The repository is an open-source Claude Code plugin and skill marketplace (tonsofskills.com); this server is one of 8 MCP servers bundled in it, released under the MIT license and not maintained by Anthropic.
Build the server from plugins/mcp/ai-experiment-logger in the repository to produce dist/index.js (requires Node.js), then add a stdio MCP server entry in your client config with command set to node and args pointing to the absolute path of that dist/index.js file. Alternatively, install via the repository's ccpi CLI or Claude Code's /plugin marketplace add command to pull in the plugin marketplace before enabling this server.
{"mcpServers":{"ai-experiment-logger":{"command":"node","args":["/absolute/path/to/plugins/mcp/ai-experiment-logger/dist/index.js"]}}}