mdskills
← All tags

Json AI Agent Skills

Browse AI agent skills tagged "Json". Find and install skills, MCP servers, and plugins for your AI coding assistant.

152 listings

Openapi MCP

MCP Server

Generate MCP tool definitions directly from a Swagger/OpenAPI specification file. OpenAPI-MCP is a dockerized MCP server that reads a swagger.json or openapi.yaml file and generates a corresponding Model Context Protocol (MCP) toolset. This allows MCP-compatible clients like Cursor to interact with APIs described by standard OpenAPI specifications. Now you can enable your AI agent to access any AP

8.0ckanthony/openapi-mcp

Python FastAPI

Rules

Python FastAPI .cursorrules

5.0PatrickJS/awesome-cursorrules

Docs Transloadit Robots

Offline lookup for Transloadit Robots and their parameter docs/examples via the `transloadit` CLI. Use to draft or validate `steps` JSON without guessing robot names/params.

8.0transloadit/skills

TSGram MCP 🚀

MCP Server

Get Claude Code in your local project talking to Telegram in 3 minutes! TSGram MCP connects Claude Code sessions to Telegram using TS/Node/Docker/cli-utils, enabling AI-powered code assistance directly in your Telegram chats. Ask questions about your codebase, get AI insights, and even edit files - all from Telegram on your phone! - Local Docker container runs the Telegram webhook server - TSGram

7.0areweai/tsgram-mcp

Mcpmcp Server

MCP Server

Discover, setup, and integrate MCP servers with your favorite clients. Unlock the full potential of AI in your daily workflow. Update the configuration of your MCP client to the following: (note: this config definitely works for Claude Desktop on macOS. If you need variations for other apps or platforms check the homepage

5.0glenngillen/mcpmcp-server

MCP Server Gemini Bridge

MCP Server

MCP Server - Bridge to Google Gemini API. Part of the HumoticaOS / SymbAIon ecosystem. Add to your claudedesktopconfig.json: - Connect MCP clients to Google Gemini API - Support for Gemini Pro and other models - Streaming responses - Simple configuration - Jasper van de Meent (@jaspertvdm) - Root AI (Claude) - rootai@humotica.nl One Love, One fAmIly! This package is officially distributed via: - P

6.0jaspertvdm/mcp-server-gemini-bridge

OpenAI MCP Server

MCP Server

Query OpenAI models directly from Claude using MCP protocol. Add to claudedesktopconfig.json: MIT License

5.0pierrebrunelle/mcp-server-openai

MCP Server Ollama Bridge

MCP Server

MCP Server - Bridge to local Ollama LLM server. Part of the HumoticaOS / SymbAIon ecosystem. Add to your claudedesktopconfig.json: - Connect MCP clients to local Ollama LLM - Support for all Ollama models - Streaming responses - Simple configuration - Jasper van de Meent (@jaspertvdm) - Root AI (Claude) - rootai@humotica.nl One Love, One fAmIly! This package is officially distributed via: - PyPI:

5.0jaspertvdm/mcp-server-ollama-bridge

Nocodb MCP Server

MCP Server

The NocoDB MCP Server enables seamless interaction with your NocoDB database using the Model Context Protocol (MCP). This server makes it easy to perform CRUD (Create, Read, Update, Delete) operations on NocoDB tables through natural language commands. JSON location file in: exampleupload.json This repository is a TypeScript-based fork of NocoDB-MCP-Server. It retains the core functionality while

7.0edwinbernadus/nocodb-mcp-server

Ashra MCP

MCP Server

A Model Context Protocol server for Ashra. Install dependencies: Build the project: Download the latest version of Claude. Add to or create the following file claudedesktopconfig.json in cd ~/Library/Application\ Support/Claude: Consult the MCP server documentation for more information.

3.0getrupt/ashra-mcp

Next.js SEO Dev

Rules

Always add helpful comments to the code explaining what you are doing.

3.0PatrickJS/awesome-cursorrules

IP Find MCP Server

MCP Server

A Model Context Protocol server that enables AI assistants to use IP Find. The MCP server: - Connects to your IP Find API and allows AI Assistants to get locations of IP Addresses. - MCP Client (like Claude Desktop App) - IP Find API Key To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claudedesktopconfig.json: - IPFINDAPIKEY - You

5.0ipfind/ipfind-mcp-server

Zitadel MCP Server

MCP Server

An MCP (Model Context Protocol) server for Zitadel identity management. Manage users, projects, applications, roles, and service accounts through natural language from AI tools like Claude Code. Portal tools (portal) are only available when PORTALDATABASEURL is configured. 1. A Zitadel instance (Cloud or self-hosted) 2. A service account with Org Owner or IAM Admin role 3. A JSON key for the servi

9.0takleb3rry/zitadel-mcp

Openapi To MCP

MCP Server

Use your OpenAPI specification to expose your API's endpoints as strongly typed tools. Basic example for https://petstore3.swagger.io/ 🎉 More complex example, using Github's API: This example use the bearer token auth (with a Github Personal Access Token) and force the tool naming strategy to "verb and path", as Github's operation ids are not valid tool names. As a Nuget tool: openapi-to-mcp Or d

8.0ouvreboite/openapi-to-mcp

Dexscreener MCP server

MCP Server

Basic MCP server for Dexscreener API based on their documentation (as of April 4th 2025): https://docs.dexscreener.com/api/reference Install all the dependencies If you are using Claude Desktop, after pulling the code open the config file claudedesktopconfig.json in VSCode: - on MacOS: - on Windows: - more info: https://modelcontextprotocol.io/quickstart/server In claudedesktopconfig.json put dexs

4.0janswist/mcp-dexscreener

Japan Corporate MCP

MCP Server

MCP Server for Japanese corporate data — search companies, financials, patents, subsidies, and government statistics via official government APIs. 日本企業データMCPサーバー — gBizINFO・EDINET・e-Statの政府APIから企業情報をAIが直接取得できます。 You need API keys from the following government services: Add to your claudedesktopconfig.json: Add to .cursor/mcp.json: Once configured, you can ask your AI assistant: - "ソニーグループの企業情報を教えて

8.0yamariki-hub/japan-corporate-mcp

TheGraph MCP Server

MCP Server

An MCP server that powers AI agents with indexed blockchain data from The Graph. Fetches the schema of a specified subgraph, providing AI agents with the context needed to generate GraphQL queries. Parameters: - subgraphId: The subgraph ID (e.g., "QmZBQcF...") - asText: Output format flag - true: Returns human-readable GraphQL schema - false: Returns JSON schema (default) Executes GraphQL queries

7.0kukapay/thegraph-mcp

Louis030195/toggl MCP

MCP Server

Dead simple MCP (Model Context Protocol) server for Toggl time tracking. Control your Toggl timer directly from Claude, ChatGPT, or any LLM that supports MCP. - ⏱️ Start/stop timers - 📊 View current timer - 📈 Get today's time entries - 🗂️ List projects - 🗑️ Delete time entries Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claudedesktopconfig.json): 1. Go to Tog

7.0louis030195/toggl-mcp

Jest Unit Testing

Rules

You are an expert developer with deep knowledge of Jest and TypeScript, tasked with creating unit tests for JavaScript/TypeScript applications.

8.0PatrickJS/awesome-cursorrules

OriginalVoices MCP Server

MCP Server

An MCP (Model Context Protocol) server that provides access to OriginalVoices AI twins for audience research. Add to your claudedesktopconfig.json: Ask questions to a specific audience using OriginalVoices AI twins. Parameters: You can create an API key on the OriginalVoices Platform.

6.0ovlabs/mcp-server-originalvoices

Plugwise MCP Server

MCP Server

A TypeScript-based Model Context Protocol (MCP) server for Plugwise smart home integration with automatic network discovery. - 🤖 AI Agent Mode: Natural language control via built-in AI agent - 📡 JSON-RPC Support: Programmatic API for scripting and automation - 🔍 Automatic Network Scanning: Discovers all Plugwise hubs on your network - 🔐 Credential Management: Stores hub passwords securely from

8.0Tommertom/plugwise-mcp

Finbud Data TypeScript MCP Server

MCP Server

It is generated with Stainless. You can run the MCP Server directly via npx: There is a partial list of existing clients at modelcontextprotocol.io. If you already have a client, consult their documentation to install the MCP server. For clients with a configuration JSON, it might look something like this: You can run the package on the command line to discover and filter the set of tools that are

8.0glaksmono/finbud-data-mcp

Obsidian MCP Server

MCP Server

Connect Claude, ChatGPT, and other AI assistants to your Obsidian vault. If you find this MCP server useful, please consider supporting its development! 👉 Click here to support this project Your support helps maintain and improve this tool. Thank you! 🙏 Claude Desktop: Add to ~/Library/Application Support/Claude/claudedesktopconfig.json (Mac) or %APPDATA%\Claude\claudedesktopconfig.json (Windows

7.0louis030195/easy-obsidian-mcp

Kaggle MCP Server

MCP Server

This project provides an MCP (Model Context Protocol) server for interacting with Kaggle from Claude Desktop (or any MCP-compatible client) pip install -r requirements.txt Go to your Kaggle account -> Settings Scroll to API section → click Create New API Token. This will download a file called kaggle.json. Place kaggle.json in the following location on your system: ~/.kaggle/kaggle.json C:\Users\

6.0KrishnaPramodParupudi/kaggle-mcp-server