PluginBench
MCP Server
Active
MIT

com.moltlinestudio/personal MCP Server

com.moltlinestudio/personal

What is the com.moltlinestudio/personal MCP server?

Hosted MCP server for personal tools: budgets, savings goals, spaced repetition, tips, countdowns.

How to install com.moltlinestudio/personal

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "personal": {
      "url": "https://mcp.moltlinestudio.com/personal"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "personal": {
      "serverUrl": "https://mcp.moltlinestudio.com/personal"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "personal": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/personal"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "personal": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.moltlinestudio.com/personal"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http personal https://mcp.moltlinestudio.com/personal

Related MCP servers

Hosted MCP server for business math: unit economics, cash runway, loan payments, target pricing.

0
Python
MIT
View repository →

Hosted MCP server for structured code review passes on human- and AI-written code. Free tier.

0
Python
MIT
View repository →

Hosted MCP server for creators: writing analysis, headline scoring, reading time, social lengths.

0
Python
MIT
View repository →

Hosted MCP server for data analysis: CSV profiling, A/B tests, cohorts, funnels, trend forecasts.

0
Python
MIT
View repository →

Hosted MCP server for educators: readability reports, grade curves, lesson timing, skill catalog.

0
Python
MIT
View repository →

Hosted MCP server for agent governance: MCP config audits, injection scans, scope-policy checks.

0
Python
MIT
View repository →