Back to list
spences10

mcp-setup

by spences10

🦀 Claude Code toolkit for self improving skills, performance and mcp-essentials

4🍴 0📅 Jan 24, 2026

SKILL.md


name: mcp-setup description: Setup guide for essential MCP servers. Use when configuring MCP servers or when user asks about search, SQLite, or MCP management.

MCP Essentials Setup

Three MCP servers that enhance Claude Code workflows.

Quick Install

npm i -g mcp-omnisearch mcp-sqlite-tools mcpick

1. mcp-omnisearch

Unified search across Tavily, Brave, Kagi, Perplexity, GitHub, and more.

GitHub: https://github.com/spences10/mcp-omnisearch

Config (~/.claude/settings.json):

{
  "mcpServers": {
    "mcp-omnisearch": {
      "command": "npx",
      "args": ["-y", "mcp-omnisearch"],
      "env": {
        "TAVILY_API_KEY": "your-key",
        "BRAVE_API_KEY": "your-key",
        "KAGI_API_KEY": "your-key"
      }
    }
  }
}

Use when: Web search, GitHub code search, AI-powered answers, content extraction.

2. mcp-sqlite-tools

Safe SQLite operations with read/write separation and transaction support.

GitHub: https://github.com/spences10/mcp-sqlite-tools

Config:

{
  "mcpServers": {
    "mcp-sqlite-tools": {
      "command": "npx",
      "args": ["-y", "mcp-sqlite-tools"]
    }
  }
}

Use when: Query databases, analyze data, manage SQLite files.

3. mcpick

Dynamically enable/disable MCP servers to optimize context usage.

GitHub: https://github.com/spences10/mcpick

Install: npm i -g mcpick

Usage:

mcpick enable omnisearch sqlite-tools
mcpick disable memory-server
mcpick list

Use when: Too many MCPs eating context, need to toggle servers per-project.

WorkflowEnable
Researchomnisearch
Data analysissqlite-tools
Full stackomnisearch + sqlite-tools
Minimal contextUse mcpick to toggle as needed

Score

Total Score

55/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon