bing-image-search-mcp


Namebing-image-search-mcp JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryBing Image Search MCP Server without Access Keys, Provides Bing Image Search Results to AI Agents
upload_time2025-10-13 10:41:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License
keywords bing search bing image search mcp api ai agent
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bing-image-search-mcp

MCP Server of Bing Web Search With No Access Key Requested

This MCP server is a mcp wrapper of pypi package Bing Image Search Web URL (https://github.com/AI-Hub-Admin/bing-image-search-mcp) which easy to use Bing Image Search APIs.

# Features


# Install
```
pip install bing-image-search-mcp
```

# MCP Integration

### OneKey MCP Router
StreamingHttpConnection 

Beta Test Keys 
```
DEEPNLP_ONEKEY_ROUTER_ACCESS=BETA_TEST_KEY_OCT_2025
```
You can also generate your personal non-contraint keys here [OneKey](https://www.deepnlp.org/workspace/keys) and Seee the onekey mcp router Demo [Google Maps MCP Server OneKey Example](https://www.deepnlp.org/store/mcp-server/map/pub-google-maps/google-maps) for reference on how to use one access key to access commercial MCPs.


```
{
    "mcpServers": {
		"deepnlp-onekey-bing-image-search": {
			"url": "https://agent.deepnlp.org/mcp?server_name=bing-image-search-mcp&onekey=BETA_TEST_KEY_OCT_2025"
		}
    }
}
```


### UVX
```
{
    "mcpServers": {
        "bing-image-search-mcp": {
            "command": "uvx",
            "args": ["bing-image-search-mcp"]
        }
    }
}
```


### GitHub Source Running Localing
```
git clone https://github.com/AI-Hub-Admin/bing-image-search-mcp
cd bing-image-search-mcp

```

Run From Your Local Folder

```
{
    "mcpServers": {
        "bing-image-search-mcp": {
            "command": "uv",
            "args": ["--directory", "/path_to_folder/bing-image-search-mcp/src/bing_image_search_mcp", "run", "server.py"]
        }
    }
}
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bing-image-search-mcp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Bing Search, Bing Image Search, MCP, API, AI Agent",
    "author": null,
    "author_email": "aihubadmin@126.com",
    "download_url": "https://files.pythonhosted.org/packages/ec/57/952c5dccc8dcf44dee0efb757c9e6d0530cafaf72ead6f6ae800008ac798/bing_image_search_mcp-0.0.4.tar.gz",
    "platform": null,
    "description": "# bing-image-search-mcp\n\nMCP Server of Bing Web Search With No Access Key Requested\n\nThis MCP server is a mcp wrapper of pypi package Bing Image Search Web URL (https://github.com/AI-Hub-Admin/bing-image-search-mcp) which easy to use Bing Image Search APIs.\n\n# Features\n\n\n# Install\n```\npip install bing-image-search-mcp\n```\n\n# MCP Integration\n\n### OneKey MCP Router\nStreamingHttpConnection \n\nBeta Test Keys \n```\nDEEPNLP_ONEKEY_ROUTER_ACCESS=BETA_TEST_KEY_OCT_2025\n```\nYou can also generate your personal non-contraint keys here [OneKey](https://www.deepnlp.org/workspace/keys) and Seee the onekey mcp router Demo [Google Maps MCP Server OneKey Example](https://www.deepnlp.org/store/mcp-server/map/pub-google-maps/google-maps) for reference on how to use one access key to access commercial MCPs.\n\n\n```\n{\n    \"mcpServers\": {\n\t\t\"deepnlp-onekey-bing-image-search\": {\n\t\t\t\"url\": \"https://agent.deepnlp.org/mcp?server_name=bing-image-search-mcp&onekey=BETA_TEST_KEY_OCT_2025\"\n\t\t}\n    }\n}\n```\n\n\n### UVX\n```\n{\n    \"mcpServers\": {\n        \"bing-image-search-mcp\": {\n            \"command\": \"uvx\",\n            \"args\": [\"bing-image-search-mcp\"]\n        }\n    }\n}\n```\n\n\n### GitHub Source Running Localing\n```\ngit clone https://github.com/AI-Hub-Admin/bing-image-search-mcp\ncd bing-image-search-mcp\n\n```\n\nRun From Your Local Folder\n\n```\n{\n    \"mcpServers\": {\n        \"bing-image-search-mcp\": {\n            \"command\": \"uv\",\n            \"args\": [\"--directory\", \"/path_to_folder/bing-image-search-mcp/src/bing_image_search_mcp\", \"run\", \"server.py\"]\n        }\n    }\n}\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Bing Image Search MCP Server without Access Keys, Provides Bing Image Search Results to AI Agents",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://www.deepnlp.org/store/ai-agent/mcp-server",
        "Repository": "https://github.com/AI-Agent-Hub/AI-Agent-Marketplace"
    },
    "split_keywords": [
        "bing search",
        " bing image search",
        " mcp",
        " api",
        " ai agent"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "85dd055ed9bedd4e5c15deefbbc492c63e65ed0d6782e08a2638fb6e1b03b3a8",
                "md5": "4574175892decda1328a32f6e4241d34",
                "sha256": "f36486a63bdf4160635eb4f57bb0538fd383f666880e17b1f7d26e80c7198b99"
            },
            "downloads": -1,
            "filename": "bing_image_search_mcp-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4574175892decda1328a32f6e4241d34",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6439,
            "upload_time": "2025-10-13T10:41:15",
            "upload_time_iso_8601": "2025-10-13T10:41:15.275285Z",
            "url": "https://files.pythonhosted.org/packages/85/dd/055ed9bedd4e5c15deefbbc492c63e65ed0d6782e08a2638fb6e1b03b3a8/bing_image_search_mcp-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ec57952c5dccc8dcf44dee0efb757c9e6d0530cafaf72ead6f6ae800008ac798",
                "md5": "659667f186c9de82a229b181dd01af76",
                "sha256": "3288763a491c2e51fa850b24213e2b683d3930d03acd0482c51bcd8c01824f1e"
            },
            "downloads": -1,
            "filename": "bing_image_search_mcp-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "659667f186c9de82a229b181dd01af76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 6199,
            "upload_time": "2025-10-13T10:41:16",
            "upload_time_iso_8601": "2025-10-13T10:41:16.215710Z",
            "url": "https://files.pythonhosted.org/packages/ec/57/952c5dccc8dcf44dee0efb757c9e6d0530cafaf72ead6f6ae800008ac798/bing_image_search_mcp-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-13 10:41:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AI-Agent-Hub",
    "github_project": "AI-Agent-Marketplace",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bing-image-search-mcp"
}
        
Elapsed time: 2.27026s