Packages
25784 resultsqweather-mcp-server
Provides an MCP server that exposes QWeather (weather) data to AI agents via MCP tools, enabling agent-driven weather lookups (e.g., forecasts/current conditions) without the agent directly calling external APIs.
salesforce-mcp-server-h
An MCP server package intended to expose Salesforce capabilities to AI agents via the Model Context Protocol, enabling agent-driven actions such as querying and managing Salesforce data (exact tool surface not provided in the prompt).
toolbase
Toolbase is a macOS desktop application that helps users discover, install, and manage tools/plugins for Claude and other AI platforms using the Model Context Protocol (MCP). It consists of an Electron desktop app (UI and tool management) and a local runner (built with Deno) that executes MCP servers locally to provide tools to Claude Desktop.
velocity
Velocity is a local-first web app (Next.js + Bun) that acts as a command center for AI coding CLIs (Claude Code, Codex CLI, Gemini CLI). It runs and inspects coding sessions, captures analytics (usage/cost/latency/tools/routing context), and helps turn repeated patterns into reusable agents/workflows/skills/commands, including routing visualization. It also supports MCP (via the @modelcontextprotocol/sdk dependency) as part of its build layer surfaces.
wellarchitected-mcp-server
MCP server package ("wellarchitected-mcp-server") intended to expose capabilities to LLM agents via the Model Context Protocol. It likely provides tools related to AWS Well-Architected guidance, but no repository contents were provided here to confirm exact tools or behavior.
Grapheteria
Grapheteria is a Python framework for building and orchestrating agent workflows with a structured model, offering both a code-style API (nodes and edges) and a UI that stays in sync for visual design/debugging, plus features like state tracking, logging, time-travel debugging, and production-oriented execution/scale concepts.
mcp-server-figma
mcp-server-figma is an MCP (Model Context Protocol) server that connects an AI agent to Figma so the agent can fetch or work with design resources via MCP tools.
mcp-server-slack
mcp-server-slack is an MCP (Model Context Protocol) server that integrates a client/agent with Slack, enabling the agent to perform Slack-related actions and/or fetch information via MCP tools.
openai-codex-mcp
Provides an MCP server (JSON-RPC over HTTP) that exposes methods (e.g., codex_completion, write_code, explain_code, debug_code) to route requests to the OpenAI Codex CLI for code generation, explanation, and debugging. Designed for use with tools like Claude Code.
orange-mcp-server-snowflake
orange-mcp-server-snowflake is an MCP server intended to let an agent connect to Snowflake and perform common Snowflake operations through MCP tools (e.g., issuing SQL/queries and returning results).
postgresql-server-mcp
Provides an MCP (Model Context Protocol) server interface for working with PostgreSQL—allowing an AI agent to connect to a Postgres instance and perform database-related operations via MCP tools.
repo-architecture-mcp-server
A repository-architecture focused MCP server that exposes tools to an MCP-capable agent, enabling the agent to inspect and reason about a codebase/repo layout/structure for planning or guidance.
swarms-tools
Swarms Tools is a Python package that provides a collection of pre-built utilities/tools intended for agent use. Based on the README structure and examples, it includes finance/market data tools (e.g., HTX, stock news, Yahoo Finance, CoinGecko, DeFi TVL), social/media integrations (Telegram, Twitter/X, web scraping), and developer tools (GitHub automation, a code executor), plus a tool orchestration helper (tool_chainer) for sequential/parallel execution.
ton-mcp-server
MCP server for TON-related functionality, exposing TON capabilities as MCP tools to AI agents.
whois-mcp-server
An MCP server that provides WHOIS lookup capabilities to AI agents (e.g., to query domain registration/registrar and related WHOIS records) via MCP tools.
windows-screenshot-mcp-server
A Go-based Windows screenshot server that captures window/desktop regions (by title/class/pid/handle) and provides both REST endpoints and MCP (JSON-RPC 2.0) methods for screenshot and window/chrome discovery/capture. It also offers real-time WebSocket streaming and Chrome DevTools-based tab capture (requires launching Chrome with remote debugging).
xlwings-mcp-server
Provides an MCP server wrapper/integration for xlwings, enabling an agent to interact with Excel (via xlwings) through MCP tools.
askimo
Askimo is a local-first AI desktop app and CLI that connects users to multiple LLM providers (cloud and local), supports persistent chat sessions stored locally (SQLite), performs document/code search with hybrid RAG (BM25 + vector), integrates MCP tools (via stdio or HTTP), and can run scripts (Python/Bash/JavaScript) from the chat. It claims local-only telemetry (token/cost/RAG performance) with data kept on disk.
cadre-ai
Cadre-AI is a voice-controlled AI agent that streams audio via WebSockets to a FastAPI server, uses Gemini Live for real-time speech and tool orchestration, and executes actions through MCP toolsets (financial data, web search/weather, and optionally Revit integration via a named-pipe proxy). It supports a local mode (including Revit when enabled) and a Cloud Run mode (Revit disabled).
handbrake
HandBrake is a free/open-source video transcoder that converts media files into formats such as MP4/MKV/MP4-compatible variants by applying codecs, containers, and encoding settings.