MCP wrapper for NaaS.
Project description
No MCP
A Model Context Protocol (MCP) server that wraps NaaS (No as a Service).
Description
This is a joke MCP server that continues the satirical spirit of NaaS. When your AI agent asks any question through this server, it will always respond with "no" along with a creative reason. Perfect for when you want your AI to be consistently negative or just want to add some humor to your MCP setup.
Installation
uv pip install no-mcp-server
Usage
Running with uvx
uvx no-mcp-server
Adding to MCP Servers
Add this configuration to your MCP client settings (e.g., Claude Desktop config):
{
"mcpServers": {
"no-mcp": {
"command": "uvx",
"args": ["no-mcp-server"]
}
}
}
Or with a specific version:
{
"mcpServers": {
"no-mcp": {
"command": "uvx",
"args": ["no-mcp-server@0.0.1"]
}
}
}
Once configured, your AI agent will have access to the query tool, which will respond to any question with "no" and a creative explanation.
Development
This project uses uv for package management:
# Install dependencies
uv sync
# Run tests
uv run poe test
# Run linting
uv run poe lint
# Format code
uv run poe format
License
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file no_mcp_server-0.0.2.tar.gz.
File metadata
- Download URL: no_mcp_server-0.0.2.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0792448c2d2a89f9ea847e97fe3c6a552848c1219d0546fb7debabcfe59ef2a
|
|
| MD5 |
85ab2792b698257892796e20f20729c2
|
|
| BLAKE2b-256 |
3a28cf54a844f96ed634e96f1f17c64f82807747577fdfe9082ae6cb6b533af0
|
File details
Details for the file no_mcp_server-0.0.2-py3-none-any.whl.
File metadata
- Download URL: no_mcp_server-0.0.2-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af8d5421aff96d0106c0ac4bd73dd05bbbabf791a323a2602324e8cb150344db
|
|
| MD5 |
dc09f9baf91fdfad7ee5903f367ad923
|
|
| BLAKE2b-256 |
d0868a8ee2b3ff4f4ebc3363ad3a7c7a9caede67f333ef2b56114a8ae97b91d0
|