What is the Noticiel MCP server?
Notices et modes d'emploi de noticiel.com. Recherche par mots-clés, marque, catégorie ou PDF.
How to install Noticiel
Copy-paste configuration for popular MCP clients.
transport: sse
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-noticiel": {
"url": "https://noticiel-mcp.wadie.workers.dev/sse"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-noticiel": {
"serverUrl": "https://noticiel-mcp.wadie.workers.dev/sse"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-noticiel": {
"type": "http",
"url": "https://noticiel-mcp.wadie.workers.dev/sse"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mcp-noticiel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://noticiel-mcp.wadie.workers.dev/sse"
]
}
}
}Claude Code
claude mcp add --transport sse mcp-noticiel https://noticiel-mcp.wadie.workers.dev/sseRelated MCP servers
Recherche et lecture des guides de connexion de moncompte.org (MCP, lecture seule).
View repository →