Overview
Wayne MCP Servers are custom servers designed to implement the Model Context Protocol (MCP), allowing for enhanced communication and data handling in various applications.
To use Wayne MCP Servers, clone the repository from GitHub, configure the server settings according to your needs, and run the server to start handling requests based on the MCP.
- Customizable server settings for different applications - Support for the Model Context Protocol for efficient data handling - Open-source and community-driven development
- Implementing custom data handling solutions in applications.
- Enhancing communication protocols in distributed systems.
- Developing applications that require specific context management.
Add to your AI client
Use these steps to connect wayne-mcp-servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"wayne-mcp-servers-wangyendt": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wayne-mcp-servers-wangyendt"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"wayne-mcp-servers-wangyendt": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wayne-mcp-servers-wangyendt"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"wayne-mcp-servers-wangyendt": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wayne-mcp-servers-wangyendt"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"wayne-mcp-servers-wangyendt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wayne-mcp-servers-wangyendt"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wayne-mcp-servers-wangyendt": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wayne-mcp-servers-wangyendt"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"wayne-mcp-servers-wangyendt": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wayne-mcp-servers-wangyendt"
]
}
}
}FAQ
What is the Model Context Protocol (MCP)?
MCP is a protocol designed to manage and communicate context information in applications effectively.
Is Wayne MCP Servers open-source?
Yes! Wayne MCP Servers are open-source and available on GitHub for anyone to use and contribute.
How can I contribute to the project?
You can contribute by submitting issues, feature requests, or pull requests on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1101,"uuid":"d5a93e1d-60d6-479c-ad83-3a0273981e67","name":"wayne-mcp-servers","title":"wayne-mcp-servers","description":"My custom MCP (Model Context Protocol) servers.","avatar_url":"https://avatars.githubusercontent.com/u/18455758?v=4","created_at":"2025-01-28T02:31:52.367Z","updated_at":"2025-02-23T07:12:22.031Z","status":"created","author_name":"wangyendt","author_avatar_url":"https://avatars.githubusercontent.com/u/18455758?v=4","tags":"wayne-mcp-servers,MCP,custom-servers","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/wangyendt/wayne-mcp-servers","target":"_self","content":"# wayne-mcp-servers\n My custom MCP (Model Context Protocol) servers.","summary":"$29","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]