MCP Server Zotero Dev runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from npm. Last commit 20 Aug 2026.
MCP server enabling AI assistants to build, test, and debug Zotero plugins
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const proc = spawn(command, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add mcp-server-zotero-dev -- npx -y @introfini/mcp-server-zotero-dev
{
"mcpServers": {
"mcp-server-zotero-dev": {
"args": [
"-y",
"@introfini/mcp-server-zotero-dev"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server-zotero-dev]
command = "npx"
args = ["-y", "@introfini/mcp-server-zotero-dev"]
{
"mcpServers": {
"mcp-server-zotero-dev": {
"args": [
"-y",
"@introfini/mcp-server-zotero-dev"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-server-zotero-dev": {
"args": [
"-y",
"@introfini/mcp-server-zotero-dev"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ZOTERO_RDP_PORT (RDP port for Zotero connection), ZOTERO_RDP_HOST (RDP host for Zotero connection).
The author declared them in the registry entry; get the values from the project itself.
AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.
Android MCP server for AI-assisted development. Build, test, emulate, and automate.
Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools
AI-assisted MCP server for JSTQB-based test planning, design, review, and analysis.
MCP server exposing Buildkite API data (pipelines, builds, jobs, tests) to AI tooling and editors.
Test Minecraft plugins end to end: drive a real Paper server and real protocol bots.
MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants
AI-powered E2E testing MCP server. Detects and auto-fixes UI bugs via DevQA Loop and Vision AI.
Answers built from our own checks of this server.