Ressources Développement
56 ressources disponibles
Développement MCP Servers
mcPixelArt
A simple plugin that allows you to build 2D and 3D structures in Minecraft by simply editing a text file!
MCP Flow Template
This repository demonstrates how to treat an MCP server as an application that solves user tasks end-to-end for an agent. Instead of exposing raw REST endpoints, the server publishes a small set of intent-driven flow tools. An LLM (or human) calls one tool per outcome, and everything elselookups, intermediate API calls, data shapinghappens inside the server.
TypeScript Definition Finder MCP Server
A Model Context Protocol (MCP) server that helps AI code editors find TypeScript symbol definitions in your codebase. This tool is particularly useful when you need to locate the original definition of imported symbols, classes, interfaces, or functions in a TypeScript project.
expect-mcp
Work in progress library
MCPMark: Stress-Testing Comprehensive MCP Use
An evaluation suite for agentic models in real MCP tool environments (Notion / GitHub / Filesystem / Postgres / Playwright).
MCP Server - RA1: Gestión de Ficheros DAM
Esqueleto educativo para el Resultado de Aprendizaje 1 del mdulo "Acceso a Datos" CFGS Desarrollo de Aplicaciones Multiplataforma (DAM)
MCP Chat Yoran for Kimi2
MCP (Model Context Protocol) React Obsidian
MCP Template Python
A comprehensive template for creating MCP (Model Context Protocol) servers in Python using FastMCP with all advanced features.
Chrome DevTools MCP
A Model Context Protocol (MCP) server that provides Chrome DevTools Protocol integration through MCP. This allows you to debug web applications by connecting to Chrome's developer tools.
Chrome DevTools MCP Guide
This guide helps you get started with chrome-devtools-mcp, a Model Context Protocol (MCP) server that lets coding agents (like Copilot, Gemini, Claude, Cursor) control and inspect a live Chrome browser for automation, debugging, and performance analysis.
MCP Manager
A cross-platform Electron application for managing MCP (Model Context Protocol) servers in Claude Code's configuration.
Laravel Starter Kit
Laravel Starter Kit is an ultra-strict, type-safe Laravel skeleton engineered for developers who refuse to compromise on code quality. This opinionated starter kit enforces rigorous development standards through meticulous tooling configuration and architectural decisions that prioritize type safety, immutability, and fail-fast principles.
MCP Example Project
This project contains two Model Context Protocol (MCP) servers:
MCP 技术学习项目
Model Context Protocol (MCP) JSON-RPC MCP
@gavrix/appium-mcp
An Appium MCP (Model-Context-Protocol) server that exposes mobile automation capabilities for both iOS simulators and Android emulators/devices as tools for MCP clients. Enables standardized control and interaction with mobile devices.
Language Server tools for Copilot
A Visual Studio Code extension that exposes any Language Server Protocol (LSP) capabilities as Model Context Protocol (MCP) tools and GitHub Copilot Language Model Tools. This universal extension works with any programming language that has an active language server in VSCode.
MCP-Jest
The first (and perhaps only) testing framework for Model Context Protocol (MCP) servers - like Jest, but for MCP
Android MCP SDK
Android-MCP SDK: The Bridge Between LLMs and the Android App Ecosystem.
MCP Reloader
A hot-reload development tool for building MCP (Model Context Protocol) servers with Claude Code. This tool enables Claude Code to dynamically reload MCP tools as they are modified, making it perfect for iterative development where Claude Code can write and test MCP tools in real-time.
Low-Code Full-Stack Agentic AI Development
Class YouTube Videos
js-sandbox MCP Server
A Model Context Protocol server that provides a secure JavaScript execution environment.
MCP-Server
It is use to return the current developer informations.
HTTP MCP Bridge
This project implements an HTTP server that acts as a bridge between HTTP/1.1 requests and Server-Sent Events (SSE) using the mcp python library (GitHub).
Litestar MCP Plugin
A lightweight plugin that integrates Litestar web applications with the Model Context Protocol (MCP) by exposing marked routes as MCP tools and resources through REST API endpoints.
Wakapi MCP Server
This is an MCP (Model Context Protocol) server. It provides development time tracking tools by collecting logs from Wakapi REST API.
Super MCP Router
A local MCP router that aggregates multiple MCPs into a single interface for Claude. No installation required - just use npx!
Employee Web App Repository
Comprehensive sample project that pairs a Flask-powered employee directory with an MCP (Model Context Protocol) server. The web application gives your team a polished browser UI for day-to-day CRUD on the employees.db SQLite database, while the MCP server lets Cursor run guarded automations against the very same data set.
BaseLayer
BaseLayer is a comprehensive React component library built for modern development workflows and AI-powered tooling. It combines the accessibility and power of React Aria Components with the styling flexibility of Tailwind CSS, creating a robust foundation for building incredible user interfaces.
Setup of the Environment for the AI Powered Ansible & OpenShift Automation with Model Context Protocols (MCP) Servers
This guide will walk you through setting up the MCP Servers + Claude Desktop portions of the demo that focused on using Claude Desktop to interact with your Ansible Automation Platform and OpenShift Cluster environments.
zmcp - a Zig MCP Library
A lightweight Zig implementation of the Model Context Protocol (MCP). ZMCP enables seamless integration between LLM applications and external tools through compile-time validated interfaces.
HLedger MCP Server
A Model Context Protocol (MCP) server that provides AI assistants (MCP Clients) with direct access to HLedger accounting data and functionality. This server enables AI applications to query account balances, generate financial reports, add new entires, and analyze accounting data through a standardized protocol.
gh-mcp
A GitHub CLI extension that seamlessly runs the github-mcp-server in a Docker container using your existing gh authentication.
mcp.json 🤖
This repository contains my Model Context Protocol (MCP) server configurations for both professional and personal use. These configurations are compatible with Cursor, Claude.ai, and Claude Code.
Inspector MCP Server
Inspector MCP Server was built specifically for the PHP ecosystem; this server provides tools to allow AI coding agents to access production errors data with comprehensive context, to automatically fix issues, and to provide actionable recommendations for root cause analysis and resolution strategies.
MCP Todo Server (Updated)
MCP server sederhana yang mengekspos aplikasi todolist melalui Model Context Protocol menggunakan @modelcontextprotocol/sdk versi 1.17.0.
mcppcb2
Modern C++ Programming Cookbook - Second Edition
MCP Docs Tools
A Node.js-based MCP (Model Context Protocol) tool server that provides three focused documentation generation tools for Python projects. Built as an npm package that can be installed directly from the Git repository.
MCP Shell Server
A Model Context Protocol (MCP) server that provides shell command execution capabilities for AI assistants and other MCP clients.
MCP Server Template
A minimal FastMCP server template for Render deployment with streamable HTTP transport.
🦉 MCPScout JS/TS SDK
Catch your MCP breaking before the internet does.
mcp-server-zenn: Unofficial MCP server for Zenn (https://zenn.dev/)
This is an unofficial Model Context Protocol server for Zenn. Build on top of Zenn's dev API.
Fluent MCP
A modern framework for building Model Context Protocol (MCP) servers with intelligent reasoning capabilities.
MCP Server Demo with Goose
This project demonstrates how to set up an MCP Server using Python and integrate it with Goose or Claude Desktop to interact with AI tools. See Original Post For introduction.
MCPLI
Transform stdio-based MCP servers into a firstclass CLI tool.
MCP UI 🪟
MCP UI is a sub-spec of the MCP protocol that allows servers to send UI along with their responses enabling supporting clients to offer even better user experiences.
MCP Manager - Setup and Usage Guide
MCP Manager is a comprehensive bash script that helps you manage Model Context Protocol (MCP) configurations for Claude Code. It allows you to easily add, remove, list, and automatically load MCP configurations without manual intervention.
Codebase RAG MCP Server
This MCP server provides semantic codebase search and file retrieval using embeddings and a PostgreSQL database. It exposes tools for searching code, listing files, and retrieving file contents.
Claude Code Modular Framework
A comprehensive, production-ready modular framework template for Claude Code that achieves 2-10x productivity gains through proven patterns, token optimization, and systematic development workflows.
Fusion MCP server
Simple Model Context Protocol (MCP) server using Yupiik Fusion JSON-RPC API.
MCP Server Example for VS Code Crash Course
This repository is support material for the MCP for VS Code Crash Course available on YouTube. It demonstrates how to create and implement Model Context Protocol (MCP) servers, specifically for integration with Visual Studio Code.
Embedded Debugger MCP Server
A professional Model Context Protocol (MCP) server for embedded debugging with probe-rs. Provides AI assistants with comprehensive debugging capabilities for embedded systems including ARM Cortex-M, RISC-V microcontrollers with real hardware integration.
FAUST MCP Server Architecture
A prototype FAUST architecture that enables DSP programs to be controlled via the Model Context Protocol (MCP), making them accessible to AI assistants like Claude Desktop.
Payman AI Documentation MCP Server
MCP server that provides easy access to Payman AI's documentation and helps developers build integrations more efficiently.
Burp Suite MCP Server Extension with scan and crawl features
Load the jar file as Java extension. Require approval it's up to you, as it will give you a prompt each time is used.
MCP-APIKit
MCP-APIKit is a microservice control plane (MCP) server designed specifically for Windsurf IDE integration. It fetches API information from Eolink OpenAPI and provides it to the IDE's MCP client, enabling seamless API integration and management within your development environment.
Dreamhack MCP Server - Structing
This project implements a Model Context Protocol (MCP) server using the fastmcp library to interact with the Dreamhack wargame platform. It provides tools and resources to automate tasks such as fetching problem lists, downloading challenge files, and deploying them locally.
Page 1 sur 87